Update _front-flex.scss
This commit is contained in:
committed by
GitHub
parent
6f89a3f085
commit
a8b327b197
@ -31,3 +31,14 @@
|
||||
background-color: rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 960px) {
|
||||
.front-flex {
|
||||
display: block;
|
||||
|
||||
div, div div {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user