Correction titre responsive
This commit is contained in:
parent
6e811cee00
commit
c4fd134ce9
11
styles.css
11
styles.css
|
@ -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 {
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue