diff --git a/source/css/utilities.css b/source/css/utilities.css index cc91bbc..ddcb8c0 100644 --- a/source/css/utilities.css +++ b/source/css/utilities.css @@ -7,8 +7,14 @@ .flex-col { flex-direction: column; } .font-bold { font-weight: bold; } .h-full { height: 100%; } +.items-center { align-items: center } .justify-between { justify-content: space-between; } +.justify-center { justify-content: center; } +.mb-0 { margin-bottom: 0 !important; } +.mx-4 { margin-left: 1rem; margin-right: 1rem; } .p-4 { padding: 1rem; } +.px-12 { padding-top: 3rem !important; padding-bottom: 3rem !important; } +.py-16 { padding-top: 4rem !important; padding-bottom: 4rem !important; } .text-center { text-align: center; } .text-lg { font-size: 1.2rem; } .text-white { color: #FFFFFF; } diff --git a/source/index.html.twig b/source/index.html.twig index b4b57b8..88d9bb5 100644 --- a/source/index.html.twig +++ b/source/index.html.twig @@ -42,30 +42,35 @@ layout: default -
DrupalCamp Bristol is returning in 2019.
-Details coming soon!
+Details coming soon!