From 7c386b36be4c0141f9bf1738236425d9c8e7627b Mon Sep 17 00:00:00 2001 From: apurvab Date: Wed, 12 Jun 2024 12:36:49 +0530 Subject: [PATCH] fix:change spacing around the gallery --- _dev/elegance.css | 5 +++++ assets/css/theme.css | 19 ++++++++++++++----- templates/layouts/layout-both-columns.tpl | 16 ++++++++-------- 3 files changed, 27 insertions(+), 13 deletions(-) diff --git a/_dev/elegance.css b/_dev/elegance.css index 4a12962..eceed28 100644 --- a/_dev/elegance.css +++ b/_dev/elegance.css @@ -72,4 +72,9 @@ input[type="radio"],input[type="checkbox"] { } } +@media (max-width: 480px) { + .xxs { + font-size: xx-small; + } +} diff --git a/assets/css/theme.css b/assets/css/theme.css index 5ef4ba9..61c8d50 100755 --- a/assets/css/theme.css +++ b/assets/css/theme.css @@ -1008,6 +1008,10 @@ select { margin-top: 2rem; } +.mb-20 { + margin-bottom: 5rem; +} + .block { display: block; } @@ -1585,10 +1589,6 @@ select { text-align: justify; } -.text-end { - text-align: end; -} - .text-2xl { font-size: 1.5rem; line-height: 2rem; @@ -1822,6 +1822,12 @@ input[type="radio"]:focus,input[type="checkbox"]:focus { } } +@media (max-width: 480px) { + .xxs { + font-size: xx-small; + } +} + .file\:mr-4::file-selector-button { margin-right: 1rem; } @@ -2200,6 +2206,10 @@ input[type="radio"]:focus,input[type="checkbox"]:focus { margin-bottom: 8rem; } + .lg\:mb-2 { + margin-bottom: 0.5rem; + } + .lg\:flex { display: flex; } @@ -2299,4 +2309,3 @@ input[type="radio"]:focus,input[type="checkbox"]:focus { } } - diff --git a/templates/layouts/layout-both-columns.tpl b/templates/layouts/layout-both-columns.tpl index 167c9af..409c1fa 100644 --- a/templates/layouts/layout-both-columns.tpl +++ b/templates/layouts/layout-both-columns.tpl @@ -87,7 +87,7 @@ {if $page.page_name == 'index'}

Custom design by you

-