responsive
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user