responsive

This commit is contained in:
2024-04-30 15:58:11 +02:00
parent 2b35eedcb5
commit c780a2b9d2
2 changed files with 2 additions and 2 deletions
@@ -1032,7 +1032,7 @@ header {
display: flex;
margin: auto;
margin-left: 1rem; }
@media screen and (max-width: 1200px) {
@media screen and (min-width: 1200px) {
header .row #block-renderedsitesettingsblock-2 {
display: flex; } }
header .row #block-renderedsitesettingsblock-2 .site_setting_entity {
@@ -49,7 +49,7 @@ header{
margin: auto;
margin-left: 1rem;
}
@media screen and (max-width: 1200px) {
@media screen and (min-width: 1200px) {
display: flex;
}