mobile header & home

This commit is contained in:
2023-11-30 11:16:32 +01:00
parent e6d1cab224
commit 8b58828e87
5 changed files with 86 additions and 2 deletions
@@ -17,6 +17,9 @@ input{
font-weight: 300;
width: fit-content;
@extend %buttonwithborder;
@media (max-width:891px) {
font-size: 1rem;
}
}
#user-login-form{
@@ -104,13 +104,23 @@ header{
@media (max-width:891px) {
top: 15px;
}
@media (max-width:500px) {
top: 15px;
right: -150px;
width: 100vw;
height: fit-content;
}
.titre{
width: 100%;
position: relative;
::after{
position: relative;
left: 430px;
@media (max-width:500px) {
left: 325px;
}
}
}
#user-login-form{
@@ -169,6 +179,9 @@ header{
border: solid black 1px;
margin-bottom: 1rem;
background-color: $white-button;
@media (max-width:891px) {
font-size: 1rem;
}
p{
font-style: italic;
}
@@ -224,13 +237,20 @@ header{
padding-top: 1rem;
height: fit-content;
}
.titre{
padding-left:3rem ;
@media (max-width:500px) {
padding-left: 1.5rem;
}
::after{
left: 320px;
@media(max-width: 891px){
left: 242px;
}
@media (max-width:500px) {
left: 175px;
}
}
}
@@ -239,6 +259,10 @@ header{
display: flex;
flex-direction: column;
padding-left: 3rem;
@media (max-width:500px) {
padding-left: 1.5rem;
padding-bottom: 2rem;
}
}
}
}