summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorneko2026-01-14 19:28:34 +0000
committerGitHub2026-01-14 19:28:34 +0000
commit219a9b967d8bc98f1c67c289e880daa3d10dea04 (patch)
treec0c15ed591e638f246383665395251e4f2e0573f /src
parent685a4f9f89931f891e56b8c8cfda904a6017a086 (diff)
downloadmassgrave.dev-219a9b967d8bc98f1c67c289e880daa3d10dea04.zip
Update front page style
Diffstat (limited to 'src')
-rw-r--r--src/css/custom.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/css/custom.css b/src/css/custom.css
index eec5de0..df28168 100644
--- a/src/css/custom.css
+++ b/src/css/custom.css
@@ -114,6 +114,11 @@
align-items: center;
text-align: center;
margin: .1875em;
+ padding: .75em 1em;
+}
+
+.tabs__item:first-child {
+ margin-left: 0;
}
.tabs__item--active {
@@ -141,6 +146,11 @@ table {
display: none;
}
+.launcher-command code[class*='codeBlockLines'] {
+ text-align: center;
+ font-size: 1.1em;
+}
+
@media(max-width: 996px) {
.navbar__items--right > .github-button {
margin-right: 8px;