From f2ea3f7b4ddf9e47c9014c04160e5cd5ff27a4a9 Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Mon, 21 Aug 2023 11:49:19 +0200 Subject: update: new look, new folder structure --- style.css | 48 ------------------------------------------------ 1 file changed, 48 deletions(-) delete mode 100644 style.css (limited to 'style.css') diff --git a/style.css b/style.css deleted file mode 100644 index 614d2e2..0000000 --- a/style.css +++ /dev/null @@ -1,48 +0,0 @@ -@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap'); - -:root { - --bg: #F3FFF0; - --fg: #1E221B; -} - -html { - background: var(--bg); - color: var(--fg); - font-family: 'Roboto Slab', serif; -} - -body { - max-width: 80ex; - padding: 1ex; - margin: auto; -} - -header { - display: flex; - align-items: center; - text-align: center; -} - -footer { - margin-bottom: 2em; -} - -.list { - padding: 1ex; - border: 1px solid gray; -} - -@media (max-width: 720px) { - header { - flex-direction: column; - } -} - -main img { - width: 100%; - margin-bottom: 2em; -} - -main { - padding-bottom: 2em; -} -- cgit 1.4.1