diff --git a/static/css/styles.css b/static/css/styles.css index e2e6ed1a..d2a63b7e 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -1347,6 +1347,10 @@ input[type=file] { height: 1rem; } +.h-auto { + height: auto; +} + .h-5 { height: 1.25rem; } @@ -1363,10 +1367,6 @@ input[type=file] { height: 3rem; } -.h-auto { - height: auto; -} - .max-h-\[470px\] { max-height: 470px; } @@ -2559,10 +2559,6 @@ input[type=file] { transition-duration: 75ms; } -.duration-150 { - transition-duration: 150ms; -} - .ease-in { transition-timing-function: cubic-bezier(0.4, 0, 1, 1); } @@ -2571,10 +2567,6 @@ input[type=file] { transition-timing-function: cubic-bezier(0, 0, 0.2, 1); } -.ease-in-out { - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -} - .file\:mr-5::file-selector-button { margin-right: 1.25rem; } @@ -2952,10 +2944,6 @@ input[type=file] { float: right; } - .md\:float-left { - float: left; - } - .md\:my-16 { margin-top: 4rem; margin-bottom: 4rem; diff --git a/templates/includes/_header.html b/templates/includes/_header.html index 3047c89b..8af6fd0b 100644 --- a/templates/includes/_header.html +++ b/templates/includes/_header.html @@ -123,7 +123,7 @@ Join {% else %} {% if user.image %} - user + user {% else %} {% endif %} diff --git a/templates/news/list.html b/templates/news/list.html index ebb64664..14325cd9 100644 --- a/templates/news/list.html +++ b/templates/news/list.html @@ -98,9 +98,9 @@