diff --git a/fredmagaweb/templates/index.html b/fredmagaweb/templates/index.html index 27a7363..783732e 100644 --- a/fredmagaweb/templates/index.html +++ b/fredmagaweb/templates/index.html @@ -208,9 +208,8 @@

- +
-
{% if messages %} @@ -221,6 +220,7 @@

{% endif %}

+
diff --git a/static/css/index.css b/static/css/index.css index 8579fe6..965746e 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -390,7 +390,7 @@ form { } .form-group { - margin: 2vh; + margin: 1.5vh; } input, textarea { @@ -405,7 +405,7 @@ textarea { } select { - width: 51.5vw; + width: 51.8vw; border: none; border-radius: 1vh; padding: 1.5vh; @@ -598,4 +598,26 @@ footer { .form-group { margin: 1vh; } + + select { + width: 52.8vw; + } +} + +@media screen and (max-width: 976px) { + select { + width: 52.8vw; + } +} + +@media screen and (max-width: 820px) { + select { + width: 53.8vw; + } } + +@media screen and (max-width: 512px) { + select { + width: 54.8vw; + } +} \ No newline at end of file