Simple-stylesheet.css: Difference between revisions
Jump to navigation
Jump to search
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..." |
No edit summary |
||
Line 8: | Line 8: | ||
#localNotice p { | #localNotice p { | ||
font-size: 10pt !important; | font-size: 10pt !important; | ||
} | |||
.mw-content-ltr { | |||
font-size: 14pt; | |||
font-family: georgia; | |||
font-weight: 600; | |||
} | } | ||
Revision as of 09:23, 17 January 2022
p{
font-size: 16pt; font-family: georgia, serif;
} .center{
text-align: center;
}
- localNotice p {
font-size: 10pt !important;
}
.mw-content-ltr {
font-size: 14pt; font-family: georgia; font-weight: 600;
}
@media screen and (max-width: 992px) { p{
font-size: 25pt;
} }
/* */