From 883c609412e6688fda0b69839fccbb5016a23694 Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Fri, 7 Jun 2024 00:37:20 +0530 Subject: [PATCH] fix: weird rendering issue on mobile viewports closes: https://github.com/realaravinth/libmedium/issues/36 --- templates/main.css | 1 - tests/7158b1cdd50c.html | 1 - 2 files changed, 2 deletions(-) diff --git a/templates/main.css b/templates/main.css index 373475e..c3a2497 100644 --- a/templates/main.css +++ b/templates/main.css @@ -7,7 +7,6 @@ body { width: 100%; display: flex; - flex-direction: column; } main { diff --git a/tests/7158b1cdd50c.html b/tests/7158b1cdd50c.html index 17eb63d..60e3fdc 100644 --- a/tests/7158b1cdd50c.html +++ b/tests/7158b1cdd50c.html @@ -317,7 +317,6 @@ padding: 0; body { width: 100%; display: flex; -flex-direction: column; } main { width: 35em;