User:Eggbreaker/common.css: Difference between revisions
Jump to navigation
Jump to search
Eggbreaker (talk | contribs) No edit summary |
Eggbreaker (talk | contribs) No edit summary |
||
| Line 5: | Line 5: | ||
p { | p { | ||
font-size: 20px; | font-size: 20px; | ||
} | |||
@media max-width: 400px { | |||
font-weight: bold; | |||
} | } | ||
Revision as of 16:12, 21 July 2014
body {
width: 100%;
}
p {
font-size: 20px;
}
@media max-width: 400px {
font-weight: bold;
}