Version mobile header + footer
This commit is contained in:
parent
d00381819c
commit
7dc4fee7a5
66
styles.css
66
styles.css
|
@ -601,10 +601,11 @@ A-lec images
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#a-lec_footer .a-lec_paragraph{
|
#a-lec_a-propos {
|
||||||
|
display: block;
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
border: 2px solid var(--a-lec_blue);
|
border: 2px solid var(--chalec_yellow);
|
||||||
border-top : unset;
|
border-top : unset;
|
||||||
border-left: unset;
|
border-left: unset;
|
||||||
border-right: unset;
|
border-right: unset;
|
||||||
|
@ -612,10 +613,10 @@ A-lec images
|
||||||
}
|
}
|
||||||
|
|
||||||
#a-lec_footer h1 {
|
#a-lec_footer h1 {
|
||||||
margin-top: 10px;
|
margin-top: 0px;
|
||||||
font-size: 115%;
|
font-size: 115%;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
margin-bottom: -20px;
|
margin-bottom: 0px;
|
||||||
font-size: 120%
|
font-size: 120%
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -632,32 +633,10 @@ A-lec images
|
||||||
all: unset;
|
all: unset;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
margin-top: 10px;
|
||||||
height: 12vh;
|
height: 12vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
#a-lec_site-name a {
|
|
||||||
margin-top: -30px;
|
|
||||||
margin-bottom: -20px;
|
|
||||||
position: relative;
|
|
||||||
float: left;
|
|
||||||
font-size: 3rem;
|
|
||||||
padding-left: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#chalec_site-titles h2 {
|
|
||||||
font-weight: normal;
|
|
||||||
color: var(--chalec_white);
|
|
||||||
font-size: 130%;
|
|
||||||
margin-top: 15px;
|
|
||||||
margin-bottom: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
#a-lec_site-name a:hover {
|
|
||||||
float: left;
|
|
||||||
font-size: 3rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
#a-lec_site-description {
|
#a-lec_site-description {
|
||||||
all: unset;
|
all: unset;
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
|
@ -667,6 +646,37 @@ A-lec images
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#a-lec_site-logo a {
|
||||||
|
background-color: unset;
|
||||||
|
place-content: baseline center;
|
||||||
|
}
|
||||||
|
|
||||||
|
#a-lec_site-title {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
padding: 10px;
|
||||||
|
font-size: 85%;
|
||||||
|
}
|
||||||
|
|
||||||
|
#a-lec_site-title h2 {
|
||||||
|
font-weight: normal;
|
||||||
|
font-size: 130%;
|
||||||
|
margin-top: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#a-lec_site-name a {
|
||||||
|
color: #FFF;
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 300%;
|
||||||
|
}
|
||||||
|
|
||||||
|
#a-lec_site-name a:hover {
|
||||||
|
background-color: unset;
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 300%;
|
||||||
|
background-color: unset;
|
||||||
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
line-height: 28px;
|
line-height: 28px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue