User:Eggbreaker/common.css: Difference between revisions

From Baka-Tsuki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
p {
p {
   font-size: 20px;
   font-size: 20px;
}
@media max-width: 400px {
  p {
    font-weight: bold;
  }
}
}

Revision as of 16:14, 21 July 2014

body {
  width: 100%;
}

p {
  font-size: 20px;
}