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 {
|
#a-lec_site-logo a {
|
||||||
background-color: unset;
|
background-color: unset;
|
||||||
|
place-content: baseline center;
|
||||||
}
|
}
|
||||||
|
|
||||||
#a-lec_site-titles {
|
#a-lec_site-titles {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: start;
|
align-items: center;
|
||||||
place-content: baseline center;
|
place-content: baseline center;
|
||||||
padding: 20px
|
padding: 20px
|
||||||
}
|
}
|
||||||
|
@ -132,15 +133,16 @@ header {
|
||||||
#a-lec_site-name a {
|
#a-lec_site-name a {
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 240%;
|
font-size: 300%;
|
||||||
vertical-align: middle;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#a-lec_site-name a:hover {
|
#a-lec_site-name a:hover {
|
||||||
font-size: 280%;
|
|
||||||
background-color: unset;
|
background-color: unset;
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 300%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
========================================================================
|
========================================================================
|
||||||
FOOTER
|
FOOTER
|
||||||
|
@ -623,3 +625,4 @@ h1,h2,h3,h4,h5,h6 {
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue