diff --git a/assets/static/css/custom_styles.css b/assets/static/css/custom_styles.css index 37bb449..9903855 100644 --- a/assets/static/css/custom_styles.css +++ b/assets/static/css/custom_styles.css @@ -28,14 +28,19 @@ /* Remove margin between cards when single-column */ -@media screen and (max-width: 768px) { - .col-md-4 .card-item { - margin: 0; +@media screen and (max-width: 767px) { + .row.g-4 { + --bs-gutter-x: 0rem; + --bs-gutter-y: 0rem; } } /* Adjust size and padding of component cards */ +#section-plugins { + padding-bottom: 0; +} + #section-components { padding-bottom: 2em; } @@ -92,25 +97,25 @@ /* Increase size of graphics in sponsors section */ -@media screen and (max-width: 1200px) { - #section-sponsors .col-md-4 { +@media screen and (max-width: 1199px) { + #section-contributors .col { max-width: 320px; } } -@media screen and (max-width: 768px) { - #section-sponsors .col-md-4 { +@media screen and (max-width: 767px) { + #section-contributors .col { max-width: 400px; } } -@media screen and (max-width: 480px) { - #section-sponsors .col-md-4 { +@media screen and (max-width: 575px) { + #section-contributors .col { max-width: 320px; } } -#section-sponsors .card { +#section-contributors .card { padding: 0; } diff --git a/spyder_website.lektorproject b/spyder_website.lektorproject index 95d8c88..3dd50a2 100644 --- a/spyder_website.lektorproject +++ b/spyder_website.lektorproject @@ -37,7 +37,7 @@ theme_bg_accent_color = "#f5f5f5" theme_accent_color = "#d50000" theme_accent_alt_color = "#8c0000" theme_pipe_color = "#ee1c24" -custom_css = "/static/css/custom_styles.css, https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css, 'https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Manrope:wght@200;300;400;500;600;700&display=swap'" +custom_css = "/static/css/custom_styles.css, https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css, 'https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700&display=swap'" custom_js_main = custom_js_singlepage = "/static/js/custom_scripts.js" custom_head_content = "" diff --git a/themes/lektor-icon b/themes/lektor-icon index 6bc0326..ea5f04d 160000 --- a/themes/lektor-icon +++ b/themes/lektor-icon @@ -1 +1 @@ -Subproject commit 6bc03263bcc8766c9d27e1ddeb0768b5673c90bd +Subproject commit ea5f04dbb331d9bf5abb04917a7168a433773d08