aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-09-25 14:45:12 -0400
committerThedro Neely <thedroneely@gmail.com>2019-09-25 14:45:12 -0400
commit72d6118f94617cd3d1c5ce740cdf9c034e6a9c16 (patch)
treeff684821c49d43f62781abfbebe4f3767e9a426b /public
parentf2c33ecaed4ca3ea2aa944aa02f870bfa4851003 (diff)
downloadthedroneely.com-72d6118f94617cd3d1c5ce740cdf9c034e6a9c16.tar.gz
thedroneely.com-72d6118f94617cd3d1c5ce740cdf9c034e6a9c16.tar.bz2
thedroneely.com-72d6118f94617cd3d1c5ce740cdf9c034e6a9c16.zip
public/css/tdro.css: Fix section alignment
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/public/css/tdro.css b/public/css/tdro.css
index 53afe03..8fb60e1 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -4405,6 +4405,10 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i
padding: 2rem 0;
}
+.section-vertical {
+ padding: 1.5rem 0;
+}
+
@media screen and (max-width: 1087px) {
.section { padding: 1.5rem; }
}