summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-04-14 10:54:03 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-04-14 10:54:03 -0600
commit45e9195b5bd4696f633370c2413337f2459be9a4 (patch)
tree5d06761413e1d1a2c658487cee909bd71b463c8b /public
parent3c46bd7b2f61fec1f5719d73d88c3553a6862d52 (diff)
wip
Diffstat (limited to 'public')
-rw-r--r--public/imworkingon/imworkingon.scss9
-rw-r--r--public/sponsor/index.html3
2 files changed, 9 insertions, 3 deletions
diff --git a/public/imworkingon/imworkingon.scss b/public/imworkingon/imworkingon.scss
index 99885f2..ef2995e 100644
--- a/public/imworkingon/imworkingon.scss
+++ b/public/imworkingon/imworkingon.scss
@@ -1,3 +1,7 @@
+* {
+ box-sizing: border-box;
+}
+
article {
border: solid 1px #333333;
border-radius: 1em;
@@ -28,6 +32,7 @@ article.contrib {
"uname url url url"
"uname tag tag tag"
"udesc desc desc desc";
+ gap: 1px;
overflow: hidden;
& > div {
@@ -37,6 +42,7 @@ article.contrib {
@mixin color-panel {
background-color: #DDDDFF;
border: solid 1px #8D8DA6;
+ margin: -1px;
}
div.contrib-upstream-name {
@@ -52,7 +58,6 @@ article.contrib {
}
div.contrib-urls {
grid-area: url;
-
padding-bottom: 0;
}
div.contrib-tags {
@@ -72,6 +77,6 @@ article.contrib {
@include color-panel;
}
div.contrib-desc {
- @include color-panel;
+ grid-area: desc;
}
}
diff --git a/public/sponsor/index.html b/public/sponsor/index.html
index d8f1ef0..f646f1b 100644
--- a/public/sponsor/index.html
+++ b/public/sponsor/index.html
@@ -20,9 +20,10 @@
</style>
</head>
<body>
+<header><a href="/">Luke T. Shumaker</a> ยป sponsor</header>
<article>
-<h1>Sponsor Luke T. Shumaker</h1>
+<h1>Sponsor Luke</h1>
<p>Hi, I'm Luke. I'm working on improving various aspects of the
GNU/Linux-libre ecosystem.</p>