cabinSource 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 20:21:12 +0100 |
Fix overflow on mobile devices
Diffstat:M | css/index.css | | | +--- |
1 files changed, 1 insertions(+), 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;