diff --git a/content/outreach/gsoc/2024/contributors.md b/content/outreach/gsoc/2024/contributors.md index bcba450..d5141d7 100644 --- a/content/outreach/gsoc/2024/contributors.md +++ b/content/outreach/gsoc/2024/contributors.md @@ -1,10 +1,7 @@ --- -layout: layout.njk -title: GSOC 2024 Contributors for Waycrate +title: GSOC 2024 Contributors Selected! --- -# GSOC 2024 Contributors Selected! - Greetings Everyone! Waycrate is thrilled to announce the selection of contributors for Google Summer of Code 2024! We are incredibly excited to welcome these talented individuals to our team as they embark on their respective projects throughout the summer. diff --git a/themes/waycrate/assets/css/input.css b/themes/waycrate/assets/css/input.css index b3c6028..1214247 100644 --- a/themes/waycrate/assets/css/input.css +++ b/themes/waycrate/assets/css/input.css @@ -149,7 +149,6 @@ main, p { cursor: pointer; } - @layer base { @font-face { font-family: 'UbuntuMonoRegular'; diff --git a/themes/waycrate/assets/css/main.css b/themes/waycrate/assets/css/main.css index 60c1a65..494960a 100644 --- a/themes/waycrate/assets/css/main.css +++ b/themes/waycrate/assets/css/main.css @@ -908,10 +908,6 @@ main, p { list-style-type: none; } -.grid-cols-4 { - grid-template-columns: repeat(4, minmax(0, 1fr)); -} - .grid-cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); } @@ -969,6 +965,10 @@ main, p { padding: 0.5rem; } +.p-4 { + padding: 1rem; +} + .p-6 { padding: 1.5rem; } @@ -1045,14 +1045,14 @@ main, p { position: static; } - .md\:col-span-2 { - grid-column: span 2 / span 2; - } - .md\:col-span-1 { grid-column: span 1 / span 1; } + .md\:col-span-2 { + grid-column: span 2 / span 2; + } + .md\:my-0 { margin-top: 0px; margin-bottom: 0px; diff --git a/themes/waycrate/layouts/shortcodes/member.html b/themes/waycrate/layouts/shortcodes/member.html index 78007c2..a6b0e31 100644 --- a/themes/waycrate/layouts/shortcodes/member.html +++ b/themes/waycrate/layouts/shortcodes/member.html @@ -1,4 +1,4 @@ -