From 9f8edf586d3086354491702bc71a0baa560aa441 Mon Sep 17 00:00:00 2001 From: Dom Date: Fri, 21 Apr 2023 23:35:49 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D1=84=D0=B8=D0=BA=D1=81=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=B0=D0=B4=D0=B0=D0=BF=D1=82=D0=B0=D1=86=D0=B8=D1=8E?= =?UTF-8?q?N1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/style.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/source/style.css b/source/style.css index 565de63..c165d98 100644 --- a/source/style.css +++ b/source/style.css @@ -48,6 +48,14 @@ footer{ } @media (max-width: 828px){ + *{ + padding: 0px; + margin: 0px; + font-family: "Martian Mono"; + } + body{ + background: rgba(4, 3, 15, 100); + } header{ position: sticky; top: 0px; @@ -62,6 +70,19 @@ footer{ font-weight: bold; padding-bottom: 25px; } + ul{ + display: flex; + justify-content: center; + } + ul img{ + width: 26px; + text-align: center; + margin-top:5px; + } + + .main{ + height: 3000px; + } footer{ height: 25px; background:rgb(4, 236, 4);