Correction titre responsive

This commit is contained in:
Adrien Bourmault 2022-04-11 10:30:20 +02:00
parent 6e811cee00
commit c4fd134ce9
No known key found for this signature in database
GPG Key ID: 6EB408FE0ACEC664
1 changed files with 7 additions and 4 deletions

View File

@ -113,12 +113,13 @@ header {
#a-lec_site-logo a {
background-color: unset;
place-content: baseline center;
}
#a-lec_site-titles {
display: flex;
flex-direction: column;
align-items: start;
align-items: center;
place-content: baseline center;
padding: 20px
}
@ -132,15 +133,16 @@ header {
#a-lec_site-name a {
color: #FFF;
font-weight: bold;
font-size: 240%;
vertical-align: middle;
font-size: 300%;
}
#a-lec_site-name a:hover {
font-size: 280%;
background-color: unset;
font-weight: bold;
font-size: 300%;
}
/*
========================================================================
FOOTER
@ -623,3 +625,4 @@ h1,h2,h3,h4,h5,h6 {
}
}