Line 33: | Line 33: | ||
#experiments .row { | #experiments .row { | ||
margin-top: 30px; | margin-top: 30px; | ||
− | |||
− | |||
} | } | ||
#experiments .row img { | #experiments .row img { | ||
Line 40: | Line 38: | ||
width: 100%; | width: 100%; | ||
max-width:800px; | max-width:800px; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
} | } | ||
#experiments p.caption { | #experiments p.caption { |
Revision as of 22:12, 16 October 2016
@charset "UTF-8";
- experiments {
font-family: josefin-sans; font-style: normal; margin-left: 5px; margin-right: 5px; margin-top: 20px; margin-bottom: 20px; padding-left: 120px; padding-right: 110px; }
- experiments a {
color: #000000; text-decoration: underline; }
- experiments a:hover {
color: #000000; font-style: italic; text-decoration: none; }
- experiments article h1 {
margin-top: 10px; }
- experiments article .divider {
display: block; max-height: 30px; margin-top: 30px; margin-bottom: 30px; }
- experiments p {
margin-top: 20px; }
- experiments .row {
margin-top: 30px; }
- experiments .row img {
height: 100%; width: 100%; max-width:800px; margin-left: auto; margin-right: auto; }
- experiments p.caption {
text-align: center; font-size: 11pt; }