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);