change cowebsite placement on orientation mediaquery
This commit is contained in:
parent
59d3a38921
commit
8b983acf99
@ -1,4 +1,4 @@
|
|||||||
@include media-breakpoint-up(md) {
|
@media screen and (orientation:portrait) {
|
||||||
#main-container {
|
#main-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column-reverse;
|
flex-direction: column-reverse;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
@include media-breakpoint-down(lg) {
|
@media screen and (orientation:landscape) {
|
||||||
#cowebsite {
|
#cowebsite {
|
||||||
right: 0;
|
right: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user