decrease main title size

This commit is contained in:
Luc Juggery 2018-01-26 10:04:37 +01:00
parent 1f9b3031e5
commit 31a1a27e98

View file

@ -28,15 +28,15 @@ menu {
header { header {
background: #3f51b5; background: #3f51b5;
color: #ffffff; color: #ffffff;
padding: 0px 0; padding: 10px 0;
} }
header p { header p {
font-family: 'Allura'; font-family: 'Allura';
color: rgba(255, 255, 255, 0.2); color: rgba(255, 255, 255, 0.2);
margin-bottom: 0; margin-bottom: 0;
font-size: 60px; font-size: 45px;
margin-top: -30px; margin-top: -10px;
} }
.timeline { .timeline {