Font
This commit is contained in:
parent
5a1e3b0244
commit
b51562c6b9
@ -1,6 +1,6 @@
|
|||||||
body {
|
body {
|
||||||
background-color: #212121;
|
background-color: #212121;
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: 'Courier New', monospace;
|
||||||
color: #dcdcdc;
|
color: #dcdcdc;
|
||||||
}
|
}
|
||||||
html {
|
html {
|
||||||
@ -222,8 +222,6 @@ ul.timeline > li:before {
|
|||||||
margin: 0.3em;
|
margin: 0.3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
body { min-width: 100%; }
|
body { min-width: 100%; }
|
||||||
p { font-size: x-large; }
|
p { font-size: x-large; }
|
||||||
|
Loading…
Reference in New Issue
Block a user