Fix problem in responsive desktop view
This commit is contained in:
parent
fd5973003b
commit
cf903c6ab0
@ -11,6 +11,7 @@ body {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
flex: 1 0 auto;
|
flex: 1 0 auto;
|
||||||
|
width: 100%;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
|
|
||||||
@include r.normal {
|
@include r.normal {
|
||||||
@ -22,6 +23,10 @@ body {
|
|||||||
padding: 0 15px;
|
padding: 0 15px;
|
||||||
hyphens: auto;
|
hyphens: auto;
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
|
|
||||||
|
@include r.normal {
|
||||||
|
flex: 1 1 auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#menu {
|
#menu {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user