cabin

Source code for personal website
git clone git://git.dimitrijedobrota.com/cabin.git
Log | Files | Refs | README | LICENSE

commit 20a23e3f5f694978119c068a6b48c7a25eadabf3
parent 88df6fa82d8f803f78e918fa59f0102a2ced5225
Author: Dimitrije Dobrota <mail@dimitrijedobrota.com>
Date:   Tue, 28 Jan 2025 21:21:12 +0100

Fix overflow on mobile devices

Diffstat:
Mcss/index.css | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/css/index.css b/css/index.css @@ -27,9 +27,7 @@ body { padding-bottom: 2em; position: relative; - display: flex; - flex-direction: column; - justify-content: center; + display: table; box-sizing: border-box; padding-left: 5vw;