From daa03c73d1c850f3c6cfd7818f1132246e95530e Mon Sep 17 00:00:00 2001 From: SamuelmdLow Date: Sat, 7 Dec 2024 04:43:53 +0000 Subject: [PATCH] Style changes on nocturne. Hard code category list into window watching --- .../src/styles/supplement-2024-nocturne.scss | 11 +- .../article/nocturne-window-watching.html | 182 ++++++++++++++++++ 2 files changed, 191 insertions(+), 2 deletions(-) diff --git a/ubyssey/static_src/src/styles/supplement-2024-nocturne.scss b/ubyssey/static_src/src/styles/supplement-2024-nocturne.scss index 189fe95d9..87e0e787b 100644 --- a/ubyssey/static_src/src/styles/supplement-2024-nocturne.scss +++ b/ubyssey/static_src/src/styles/supplement-2024-nocturne.scss @@ -88,7 +88,7 @@ body { } article > div > * { - max-width: 1000px; + max-width: 1100px; margin:auto; padding-inline: 1em; text-align: center; @@ -507,6 +507,7 @@ img { font-weight: 600; .c-share-buttons { position: relative; + display: inline-block; margin-inline: 0.25em; vertical-align: middle; a { @@ -531,7 +532,7 @@ img { footer { margin: auto; padding: 2em 1em; - max-width: 1000px; + max-width: 1200px; text-align: center; .footer-links-section { margin: auto; @@ -569,4 +570,10 @@ footer { font-weight: 500; } } +} + +@media($bp-smaller-than-phablet) { + footer .footer-links-section { + flex-direction: column; + } } \ No newline at end of file diff --git a/ubyssey/templates/article/nocturne-window-watching.html b/ubyssey/templates/article/nocturne-window-watching.html index 446bbaab1..ebf5e094b 100644 --- a/ubyssey/templates/article/nocturne-window-watching.html +++ b/ubyssey/templates/article/nocturne-window-watching.html @@ -1,6 +1,7 @@ {% load static %} {% load wagtailcore_tags %} {% load wagtailimages_tags %} +{% load menu_tags %} @@ -157,8 +158,189 @@

Nocturne

+ + +