User:Eggbreaker/common.css: Difference between revisions

From Baka-Tsuki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:


p {
p {
   font-size: 20px;
   font-size: 24px;
}
 
@media max-width: 400px {
  p {
    font-weight: bold;
  }
}
}

Latest revision as of 00:40, 22 July 2014

body {
  width: 100%;
}

p {
  font-size: 24px;
}