| Index: static/css/main.css |
| =================================================================== |
| --- a/static/css/main.css |
| +++ b/static/css/main.css |
| @@ -153,22 +153,28 @@ |
| .content h4, |
| .content h5 |
| { |
| font-weight: bold; |
| margin: 32px 0px; |
| margin: 2rem 0rem; |
| } |
| -.content h1 { font-size: 2.4em; } |
| -.content h2 { font-size: 1.6em; } |
| +.content h1 { font-size: 1.8em; } |
| +.content h2 { font-size: 1.4em; } |
| .content h3 { font-size: 1.3em; } |
| .content h4 { font-size: 1.2em; } |
| .content h5 { font-size: 1.1em; } |
| +@media(min-width: 1200px) |
|
ire
2017/10/20 07:36:00
NIT: I think this is too wide? I think the larger
juliandoucette
2017/10/20 13:52:15
Agreed. We can use a variable for this purpose.
juliandoucette
2017/10/20 14:03:16
I was thinking about website-defaults :D
|
| +{ |
| + .content h1 { font-size: 2.4em; } |
| + .content h2 { font-size: 1.6em; } |
| +} |
| + |
| /******************************************************************************* |
| * #navbar |
| ******************************************************************************/ |
| #navbar |
| { |
| height: 4em; |
| background-color: #c70d2c; |