diff --git a/static/css/styles.css b/static/css/styles.css index 5c75c164..e45d1473 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -559,6 +559,9 @@ Ensure the default browser behavior of the `hidden` attribute. .mr-2 { margin-right: 0.5rem; } +.mr-11 { + margin-right: 2.75rem; +} .block { display: block; } @@ -592,6 +595,18 @@ Ensure the default browser behavior of the `hidden` attribute. .h-8 { height: 2rem; } +.h-24 { + height: 6rem; +} +.h-20 { + height: 5rem; +} +.h-\[53px\] { + height: 53px; +} +.h-\[50px\] { + height: 50px; +} .w-6 { width: 1.5rem; } @@ -768,6 +783,10 @@ Ensure the default browser behavior of the `hidden` attribute. padding-top: 2.75rem; padding-bottom: 2.75rem; } +.py-16 { + padding-top: 4rem; + padding-bottom: 4rem; +} .pb-16 { padding-bottom: 4rem; } diff --git a/templates/base.html b/templates/base.html index 63241f82..6993751c 100644 --- a/templates/base.html +++ b/templates/base.html @@ -59,7 +59,7 @@