- made font available on all elements with body and pre
- added an example for later better accessibility with pre
This commit is contained in:
11
styles/pre.css
Normal file
11
styles/pre.css
Normal file
@@ -0,0 +1,11 @@
|
||||
pre {
|
||||
line-height: 0.8;
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 530px) {
|
||||
pre {
|
||||
font-size: 2.2vw;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user