mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +01:00
LSinfosBox: make CSS responsive
This commit is contained in:
parent
84b14c0e5b
commit
e86b20bec0
1 changed files with 23 additions and 0 deletions
|
@ -76,3 +76,26 @@ div.LSerror {
|
||||||
max-width: 500px;
|
max-width: 500px;
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 1024px) {
|
||||||
|
div.LSinfosBox {
|
||||||
|
width: 80vw;
|
||||||
|
left: 10vw;
|
||||||
|
z-index: 1002;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.LSerror {
|
||||||
|
left: 3vw;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 400px) {
|
||||||
|
div.LSinfosBox {
|
||||||
|
width: 94vw;
|
||||||
|
left: 3vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.LSerror {
|
||||||
|
left: 3vw;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue