+
@@ -50,7 +50,8 @@
height: 100vh;
overflow-y: scroll;
}
- @media screen and (min-width: 1215px) {
+
+ @media screen and (min-width: 1440px) {
figure {
position: fixed;
z-index: 0;
@@ -60,10 +61,13 @@
bottom: 0px;
background-image: url('/images/gui-background-grid.svg');
background-size: cover;
- background-repeat: repeat;
+ background-repeat: repeat-y;
+ }
+ .content {
+ padding: 0vw 3.6vw !important;
}
}
- @media screen and (max-width: 1215px) {
+ @media screen and (max-width: 1440px) {
figure {
position: fixed;
z-index: 0;
@@ -75,6 +79,9 @@
background-size: contain;
background-repeat: repeat;
}
+ .content {
+ padding: 0vw 3.33vw;
+ }
}
header {
position: absolute;
From 074521a417e089793f2f37dd5620d9a4d56233a0 Mon Sep 17 00:00:00 2001
From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com>
Date: Mon, 19 Dec 2022 16:04:56 -0500
Subject: [PATCH 08/15] Headers use Neue Machina
---
packages/gui/src/app.css | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/packages/gui/src/app.css b/packages/gui/src/app.css
index c5791be..0c9f428 100644
--- a/packages/gui/src/app.css
+++ b/packages/gui/src/app.css
@@ -22,3 +22,10 @@ html {
font-family: sono, sans-serif;
}
}
+
+.text-primary,
+header,
+h1,h2,h3,h4,h5,h6,
+button{
+ font-family: 'pp-neue-machina' !important;
+}
From e4930546df6fcd1815e7b7ebcbc3c01b3f22eb27 Mon Sep 17 00:00:00 2001
From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com>
Date: Mon, 19 Dec 2022 16:05:52 -0500
Subject: [PATCH 09/15] Run prettier
---
packages/gui/src/app.css | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/packages/gui/src/app.css b/packages/gui/src/app.css
index 0c9f428..6982594 100644
--- a/packages/gui/src/app.css
+++ b/packages/gui/src/app.css
@@ -25,7 +25,12 @@ html {
.text-primary,
header,
-h1,h2,h3,h4,h5,h6,
-button{
+h1,
+h2,
+h3,
+h4,
+h5,
+h6,
+button {
font-family: 'pp-neue-machina' !important;
}
From 24d2997f34b721cb979aa1297be35773c877420e Mon Sep 17 00:00:00 2001
From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com>
Date: Mon, 19 Dec 2022 16:39:24 -0500
Subject: [PATCH 10/15] featured image -> object fit > w/h
---
packages/ui/src/Gallery/GalleryItem.svelte | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/packages/ui/src/Gallery/GalleryItem.svelte b/packages/ui/src/Gallery/GalleryItem.svelte
index 28e119f..64c35fc 100644
--- a/packages/ui/src/Gallery/GalleryItem.svelte
+++ b/packages/ui/src/Gallery/GalleryItem.svelte
@@ -31,8 +31,7 @@