1,554
edits
(Making images play better on mobile) |
|||
Line 20: | Line 20: | ||
background: #ff0; | background: #ff0; | ||
font-weight: unset; | font-weight: unset; | ||
} | |||
h2 | |||
{ | |||
clear: both; | |||
} | |||
img.float-right | |||
{ | |||
margin-left: 2em; | |||
margin-bottom: 2em; | |||
} | |||
@media only screen and (max-width : 768px) | |||
{ | |||
img.float-right | |||
{ | |||
margin-left: 0; | |||
} | |||
} | } |