forked from verdnatura/hedera-web
76 lines
960 B
CSS
Executable File
76 lines
960 B
CSS
Executable File
|
|
.about
|
|
{
|
|
padding: 1em;
|
|
}
|
|
.about .box
|
|
{
|
|
max-width: 50em;
|
|
margin: 0 auto;
|
|
}
|
|
.about h2
|
|
{
|
|
text-align: center;
|
|
font-size: 1.2em;
|
|
font-weight: normal;
|
|
margin: 1em;
|
|
}
|
|
.about h3
|
|
{
|
|
text-align: center;
|
|
font-size: 1.2em;
|
|
font-weight: normal;
|
|
margin: 1em;
|
|
color: #4A1;
|
|
}
|
|
.about p
|
|
{
|
|
width: 90%;
|
|
display: block;
|
|
margin: 1em auto;
|
|
}
|
|
.summary
|
|
{
|
|
padding-bottom: 1em;
|
|
}
|
|
.summary p
|
|
{
|
|
max-width: 30em;
|
|
text-align: center;
|
|
background-color: #FF8;
|
|
padding: 1em;
|
|
border-radius: 0.1em;
|
|
box-shadow: 0 0.2em 0.2em #AAA;
|
|
margin: 2em auto;
|
|
}
|
|
|
|
/* Images */
|
|
|
|
.about img
|
|
{
|
|
max-width: 90%;
|
|
text-align: center;
|
|
padding: 1em;
|
|
display: block;
|
|
margin: 0 auto;
|
|
}
|
|
.about img[alt="producers"],
|
|
.about img[alt="4_control"],
|
|
.about img[alt="dealer"],
|
|
.about img[alt="goods_transport"]
|
|
{
|
|
float: right;
|
|
}
|
|
.about img[alt="2_control"]
|
|
{
|
|
float: left;
|
|
}
|
|
.about img[alt="glass"]
|
|
{
|
|
display: inline;
|
|
padding: 0;
|
|
padding-left: 0.9em;
|
|
vertical-align: middle;
|
|
}
|
|
|