From 873e0766f31dd427f52f0d51477ec71173eed5fa Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Wed, 11 Oct 2023 22:43:16 +0300 Subject: Rewrite in htmx + flask --- styles/Home.module.css | 46 ---------------------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 styles/Home.module.css (limited to 'styles/Home.module.css') diff --git a/styles/Home.module.css b/styles/Home.module.css deleted file mode 100644 index 4210e92..0000000 --- a/styles/Home.module.css +++ /dev/null @@ -1,46 +0,0 @@ -.container { - min-height: 100vh; - padding: 0 0.5rem; - display: flex; - flex-direction: column; - justify-content: center; -} - -.main { - padding: 5rem 0; - margin: 0 auto 8rem; - - flex: 1; - display: flex; - flex-direction: column; - justify-content: center; - align-items: center; - text-align: center; - font-family: monospace; - font-size: 16px; -} - -.title { - margin: 1rem 0; - line-height: 1.15; - font-size: 4rem; - color: #333; -} - -@media screen and (max-width: 450px) { - .title { - font-size: 13vw; - } -} - -.boxes { - width: 100%; -} - -.socials { - display: flex; - flex-flow: row wrap; - justify-content: space-between; - align-items: center; - margin-bottom: 4rem; -} -- cgit v1.3