From d86b25a652f1117437df0a9b52af478297f59f85 Mon Sep 17 00:00:00 2001 From: jackhowa Date: Fri, 29 Jan 2021 17:46:43 -0600 Subject: [PATCH 1/3] Remove breakpoints, truly response --- _includes/styles.css | 43 +++++++++++++------------------------------ 1 file changed, 13 insertions(+), 30 deletions(-) diff --git a/_includes/styles.css b/_includes/styles.css index ca61316..da0fe15 100644 --- a/_includes/styles.css +++ b/_includes/styles.css @@ -1,9 +1,13 @@ +html { + /* weird issues with body not encompassing all */ + background-color: #113134; +} + html, body { position: fixed; width: 100%; height: 100%; - background-color: #113134; margin: 0; padding: 0; } @@ -14,7 +18,7 @@ main { /* https://caniuse.com/#feat=css-overscroll-behavior */ overscroll-behavior: none; margin: 0; - padding: 0; + padding: 0 10vw 0 10vw; height: 90vh; display: flex; flex-direction: column; @@ -26,20 +30,23 @@ main { } h1 { - font-size: 4vmax; + font-size: 5vmax; margin: 0; } h2 { padding-top: 0.5em; - font-size: 2vmax; + font-size: 3vmax; margin: 0; } a { - font-size: 2vmax; + padding: 10px; + font-size: 3vmax; color: #ffcfb8; text-decoration: none; + min-width: 300px; + text-align: center; } a:hover { @@ -61,29 +68,5 @@ hr { footer { display: flex; justify-content: space-around; -} - -@media (max-width: 800px) { - main { - padding: 0 10vw 0 10vw; - } - a { - padding: 10px; - } - - footer { - flex-direction: column; - align-items: center; - } - h1 { - font-size: 6vmax; - } - - h2 { - font-size: 3vmax; - } - - a { - font-size: 3vmax; - } + flex-flow: row wrap; } From 57ae0527a51007ccf0aff7d8579fa7ac1bf90dc7 Mon Sep 17 00:00:00 2001 From: jackhowa Date: Fri, 29 Jan 2021 17:46:48 -0600 Subject: [PATCH 2/3] Don't rerender docs --- .eleventyignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.eleventyignore b/.eleventyignore index b43bf86..7b1c9a9 100644 --- a/.eleventyignore +++ b/.eleventyignore @@ -1 +1,2 @@ README.md +docs \ No newline at end of file From f15241554006ce8a9038e6a54a35ae30a126d2bc Mon Sep 17 00:00:00 2001 From: jackhowa Date: Fri, 29 Jan 2021 17:47:29 -0600 Subject: [PATCH 3/3] Update build --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 2582cb8..58691c3 100644 --- a/docs/index.html +++ b/docs/index.html @@ -10,7 +10,7 @@