From 8e3f93ed503864670476d322639a8b9051d5e740 Mon Sep 17 00:00:00 2001 From: SayaAndy Date: Sat, 2 Aug 2025 16:22:53 +0700 Subject: feat: add geolocation of places in blog --- static/input.css | 16 ++++++++++++++++ static/output.css | 15 +++++++++++++++ 2 files changed, 31 insertions(+) (limited to 'static') diff --git a/static/input.css b/static/input.css index 4058cb1..c105d8f 100644 --- a/static/input.css +++ b/static/input.css @@ -227,14 +227,26 @@ width: 90vw; } +.w-p60 { + width: 60%; +} + .w-p80 { width: 80%; } +.w-p100 { + width: 100%; +} + .w-vmax4 { width: 4vmax; } +.h-vh40 { + height: 40vh; +} + .h-vh90 { height: 90vh; } @@ -288,6 +300,10 @@ padding-right: 1.2vmin; } +.p-vmin0-8 { + padding: 0.8vmin; +} + .p-vmin2-4 { padding: 2.4vmin; } diff --git a/static/output.css b/static/output.css index ea57d8f..b07fd94 100644 --- a/static/output.css +++ b/static/output.css @@ -259,6 +259,9 @@ .flex-5 { flex: 5; } + .flex-none { + flex: none; + } .flex-grow { flex-grow: 1; } @@ -584,12 +587,21 @@ .w-vw90 { width: 90vw; } +.w-p60 { + width: 60%; +} .w-p80 { width: 80%; } +.w-p100 { + width: 100%; +} .w-vmax4 { width: 4vmax; } +.h-vh40 { + height: 40vh; +} .h-vh90 { height: 90vh; } @@ -630,6 +642,9 @@ .pr-vmin1-2 { padding-right: 1.2vmin; } +.p-vmin0-8 { + padding: 0.8vmin; +} .p-vmin2-4 { padding: 2.4vmin; } -- cgit v1.3.1+13