fix: weird rendering issue on mobile viewports
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful

closes: https://github.com/realaravinth/libmedium/issues/36
This commit is contained in:
Aravinth Manivannan 2024-06-07 00:37:20 +05:30
parent 8ee266d846
commit 883c609412
Signed by: realaravinth
GPG key ID: F8F50389936984FF
2 changed files with 0 additions and 2 deletions

View file

@ -7,7 +7,6 @@
body {
width: 100%;
display: flex;
flex-direction: column;
}
main {

View file

@ -317,7 +317,6 @@ padding: 0;
body {
width: 100%;
display: flex;
flex-direction: column;
}
main {
width: 35em;