Difference between revisions of "Simple-stylesheet.css"

From All The Fallen Stories
Jump to navigation Jump to search
Line 10: Line 10:
#localNotice p {
#localNotice p {
     font-size: 10pt !important;
     font-size: 10pt !important;
}
.mw-content-ltr a {
    font-size: 16pt;
    font-family: georgia, serif;
}
}



Revision as of 09:26, 17 January 2022

p{

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

}

.center{

   text-align: center;

}

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

}


.mw-content-ltr a {

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

}


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

   font-size: 25pt; 

} }


/* */