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 @@