diff --git a/app/static/css/tailwind.css b/app/static/css/tailwind.css index 0af851c..95b5194 100644 --- a/app/static/css/tailwind.css +++ b/app/static/css/tailwind.css @@ -640,6 +640,14 @@ video { top: 1rem; } +.top-6 { + top: 1.5rem; +} + +.top-5 { + top: 1.25rem; +} + .z-10 { z-index: 10; } @@ -653,6 +661,16 @@ video { margin-right: auto; } +.my-2 { + margin-top: 0.5rem; + margin-bottom: 0.5rem; +} + +.my-3 { + margin-top: 0.75rem; + margin-bottom: 0.75rem; +} + .mb-2 { margin-bottom: 0.5rem; } @@ -774,6 +792,18 @@ video { height: 0.75rem; } +.h-28 { + height: 7rem; +} + +.h-32 { + height: 8rem; +} + +.h-44 { + height: 11rem; +} + .w-16 { width: 4rem; } @@ -806,6 +836,18 @@ video { width: 0.75rem; } +.w-28 { + width: 7rem; +} + +.w-32 { + width: 8rem; +} + +.w-44 { + width: 11rem; +} + .max-w-2xl { max-width: 42rem; } @@ -1178,6 +1220,10 @@ video { padding-top: 1.5rem; } +.pt-2 { + padding-top: 0.5rem; +} + .text-left { text-align: left; } diff --git a/app/templates/add_reading.html b/app/templates/add_reading.html index 14bdf2d..5e54914 100644 --- a/app/templates/add_reading.html +++ b/app/templates/add_reading.html @@ -1,6 +1,15 @@ {% extends "_layout.html" %} {% block content %} -