forked from realaravinth/libmedium
fix: weird rendering issue on mobile viewports
closes: https://github.com/realaravinth/libmedium/issues/36
This commit is contained in:
parent
8ee266d846
commit
883c609412
2 changed files with 0 additions and 2 deletions
|
@ -7,7 +7,6 @@
|
|||
body {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
main {
|
||||
|
|
|
@ -317,7 +317,6 @@ padding: 0;
|
|||
body {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
main {
|
||||
width: 35em;
|
||||
|
|
Loading…
Reference in a new issue