Simple-stylesheet.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
font-family: georgia, serif; | font-family: georgia, serif; | ||
} | } | ||
.center{ | .center{ | ||
text-align: center; | text-align: center; | ||
} | } | ||
#localNotice p { | #localNotice p { | ||
font-size: 10pt !important; | font-size: 10pt !important; | ||
} | } | ||
@media screen and (max-width: 992px) { | @media screen and (max-width: 992px) { |
Revision as of 09:24, 17 January 2022
p{
font-size: 16pt; font-family: georgia, serif;
}
.center{
text-align: center;
}
- localNotice p {
font-size: 10pt !important;
}
@media screen and (max-width: 992px) {
p{
font-size: 25pt;
} }
/* */