Reduce subtitle size

This commit is contained in:
Thomas Dehaeze 2020-11-27 11:10:18 +01:00
parent 10518c6128
commit 041569ece7

View File

@ -1,8 +1,11 @@
.title { .title {
font-size:175%;
margin-bottom: 1em;
font-weight:700;
text-align: center;
.subtitle{ .subtitle{
font-size:95%; font-size:80%;
font-weight:700;
} }
} }