universite-toulon: change footer cell title typo & line height (#74900)
gitea/publik-base-theme/pipeline/head This commit looks good Details

This commit is contained in:
Corentin Sechet 2023-03-01 12:33:20 +01:00
parent 8be02da060
commit c90d1d0090
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,7 @@
}
#footer div.cell {
line-height: 1.6;
@media($max-mobile-viewport) {
display: flex;
justify-content: center;
@ -11,6 +12,8 @@
h2:first-child {
font-size: $fz-5;
text-transform: uppercase;
margin-bottom: $space-large;
font-weight: 400;
}
}