From 882418e4786e7789348554fbe71324b00eae7754 Mon Sep 17 00:00:00 2001 From: Oxbian Date: Sun, 25 Jun 2023 12:36:57 +0200 Subject: Responsive for mobile --- assets/css/style.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'assets/css') diff --git a/assets/css/style.css b/assets/css/style.css index 8c4011a..6340c1b 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -121,6 +121,10 @@ footer text-align: center; } +footer ul { + padding: 5px; +} + footer li { display: inline; @@ -137,4 +141,19 @@ footer li a background-color: var(--link-bg-color); color: var(--link-color); +} + +@media screen and (max-width: 600px) +{ + body { + font-size: 10px; + } +} + +@media screen and (max-width: 500px) +{ + nav ul { + flex-direction: column; + gap: 0.5rem; + } } \ No newline at end of file -- cgit v1.2.3