Fixed some responsive bugs
This commit is contained in:
parent
d7c8f0932d
commit
9150eda7d6
@ -193,3 +193,29 @@
|
|||||||
margin: 2% auto;
|
margin: 2% auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* COOKIE BANNER */
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px){
|
||||||
|
.cookies {
|
||||||
|
height: 160px;
|
||||||
|
padding-right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cookies .text {
|
||||||
|
width: 80%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cookies .cogs {
|
||||||
|
position: absolute;
|
||||||
|
top: 27%;
|
||||||
|
left: 15px;
|
||||||
|
font-size: 2em;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cookies button {
|
||||||
|
right: 39%;
|
||||||
|
bottom: 10px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@ -672,7 +672,7 @@ label::after {
|
|||||||
|
|
||||||
.cookies h1 {
|
.cookies h1 {
|
||||||
left: 0px;
|
left: 0px;
|
||||||
font-size: 1vw;
|
font-size: 20px;
|
||||||
color: white;
|
color: white;
|
||||||
margin-top: 25px;
|
margin-top: 25px;
|
||||||
}
|
}
|
||||||
@ -684,7 +684,8 @@ label::after {
|
|||||||
|
|
||||||
.cookies .text {
|
.cookies .text {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 5%;
|
left: 90px;
|
||||||
|
width: 65%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cookies button {
|
.cookies button {
|
||||||
|
Loading…
Reference in New Issue
Block a user