responsive

This commit is contained in:
2024-04-30 15:53:33 +02:00
parent 083642718b
commit 2b35eedcb5
7 changed files with 106 additions and 30 deletions
@@ -16,11 +16,12 @@ footer{
padding-top: 2rem;
padding-left: 2rem !important;
padding-right: 2rem !important;
}
& > div:not(:last-of-type){
border-right: 1px solid black;
@media screen and (min-width: 300px) {
border-right: none;
}
}
}
@media (min-width: 992px) {
@@ -30,6 +31,9 @@ footer{
}
#block-renderedsitesettingsblock-5{
max-width: 30%;
@media screen and (max-width: 300px) {
max-width: 100%;
}
div.site_setting_entity div.grid{
display: grid;
@@ -50,6 +54,10 @@ footer{
grid-column: 2;
grid-row: 3;
}
@media screen and (max-width: 300px) {
display: flex;
flex-direction: column;
}
}