Simple-stylesheet.css

From All The Fallen Stories
Revision as of 03:22, 17 January 2022 by Hgcollins (talk | contribs) (Created page with "p{ font-size: 16pt; font-family: georgia, serif; } .center{ text-align: center; } #localNotice p { font-size: 10pt !important; } @media screen and (max-width...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

p{

   font-size: 16pt; 
   font-family: georgia, serif;

} .center{

   text-align: center;

}

  1. localNotice p {
   font-size: 10pt !important;

}

@media screen and (max-width: 992px) { p{

   font-size: 25pt; 

} }


/* */