From 80845bd5726071ce0d95d9265bd572b381ebf26c Mon Sep 17 00:00:00 2001 From: xamidev Date: Mon, 29 Dec 2025 11:24:45 +0100 Subject: [PATCH] A bit of responsiveness --- index.html | 1 + style.css | 13 +++++++++++++ 2 files changed, 14 insertions(+) diff --git a/index.html b/index.html index 3a396fe..112d3a1 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,7 @@ the libre garbage stash + diff --git a/style.css b/style.css index 9342640..d3d3574 100644 --- a/style.css +++ b/style.css @@ -76,6 +76,19 @@ p, li { padding:2% 20%; } +@media screen and (max-width:800px) { + #all { + padding:0%; + } + img { + display:none; + } + + #cool-stuff .box { + max-width: 100%; + } +} + #header { height: 50px; display: flex;