From b39758cf6c6d4b1b8de99e51cbff8120cff63a78 Mon Sep 17 00:00:00 2001 From: Radiohotline Date: Tue, 26 May 2026 12:30:17 +0000 Subject: css --- _werc/pub/style/style.css | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 _werc/pub/style/style.css (limited to '_werc/pub/style/style.css') diff --git a/_werc/pub/style/style.css b/_werc/pub/style/style.css deleted file mode 100644 index 252cb2a..0000000 --- a/_werc/pub/style/style.css +++ /dev/null @@ -1,12 +0,0 @@ -body { display: flex; flex-wrap: wrap; font-family: sans; } -header { flex-basis: 100%; flex-shrink: 0; } -article { flex-basis: 60%; padding-left: 1em; } -footer { flex-basis: 100%; flex-shrink: 0; } -header nav { display: flex; justify-content: space-between; } -nav a, header a { text-decoration: none ; color: inherit; } -header h1 span { margin-left: 1em; font-size: 50%; font-style: italic; } -body > nav { flex-basis: content; padding-right: 1vw; min-width: 16em; } -nav ul { display: flex; flex-direction: column; list-style-type: none; list-style-position: outside; padding-left: 0; } -nav li ul { padding-left: 0.6em } -footer { display: flex; justify-content: space-between; } -* { cursor: url(http://softmachine.dev/img/cursor.png), auto; } -- cgit v1.3