overflox slide programme
This commit is contained in:
@@ -31,13 +31,18 @@ footer{
|
||||
}
|
||||
#block-renderedsitesettingsblock-5{
|
||||
max-width: 30%;
|
||||
@media screen and (max-width: 300px) {
|
||||
max-width: 100%;
|
||||
@media screen and (max-width: 550px) {
|
||||
max-width: 80%;
|
||||
}
|
||||
|
||||
div.site_setting_entity div.grid{
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
@media (max-width: 992px){
|
||||
display: flex;
|
||||
flex-direction: row ;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
div:nth-of-type(1){
|
||||
grid-column: 1;
|
||||
grid-row: 1 / span 3;
|
||||
|
||||
Reference in New Issue
Block a user