Team:UNITN-Trento/CSS/Project/Vending Machine
From 2013.igem.org
(Difference between revisions)
Line 18: | Line 18: | ||
display: inline-block; | display: inline-block; | ||
width: 400px; | width: 400px; | ||
- | margin: 0 16px; | + | margin: 0 16px 0 0; |
margin-top: 1em; | margin-top: 1em; | ||
} | } |
Revision as of 16:44, 13 September 2013
.tn-subtitle {
display: block; padding-left: 3em; font-family: "Cabin"; font-size: 14px; font-style:italic; font-weight: lighter;
}
.tn-quote {
color: #323232; font-style: italic; text-align: center;
}
.container .sheet .col {
display: inline-block; width: 400px; margin: 0 16px 0 0; margin-top: 1em;
}