From bf27ed0487f1027e85f64927c06ca86ecbf43724 Mon Sep 17 00:00:00 2001 From: Adam Svoboda Date: Sun, 23 Oct 2022 22:03:38 +0200 Subject: [PATCH] Fix quest UI mobile dimensions --- _sass/jekyll-theme-minimal.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/jekyll-theme-minimal.scss b/_sass/jekyll-theme-minimal.scss index 7742f22..e10da21 100644 --- a/_sass/jekyll-theme-minimal.scss +++ b/_sass/jekyll-theme-minimal.scss @@ -259,10 +259,10 @@ select { padding: 12px; background-color: rgb(40,40,40); box-shadow: 0 4px 8px 0 rgba(0,0,0,0.5); - width: 364px; vertical-align: middle; font-weight: 200; text-align: center; + display: table-cell; } // Small screen width overrides