From ab924ad9c68c7ebc52a94dd989c2a45ca401e9ff Mon Sep 17 00:00:00 2001 From: gboeker Date: Mon, 4 Mar 2024 23:01:44 -0500 Subject: [PATCH] add deck icon add and position center --- static/css/style.css | 13 ++++++++----- templates/decks.html | 16 +++++++++------- 2 files changed, 17 insertions(+), 12 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index ace6197..2631106 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -140,13 +140,9 @@ p a{ font-size: 55px; border: none; outline: none; - + font-weight: bold; } -#add-deck-form p { - color: #fafafa; -} - .vertical-align { display: flex; justify-content: space-between; @@ -264,3 +260,10 @@ p a{ font-weight: bold; padding: 20px; } + + +#add-deck-form .user-input { + position: absolute; + width: 80%; + bottom: 7%; +} \ No newline at end of file diff --git a/templates/decks.html b/templates/decks.html index d6f6873..45ac6b5 100644 --- a/templates/decks.html +++ b/templates/decks.html @@ -49,12 +49,15 @@

{{ deck.title }}

{% if isAuth %} -