Minor layout change.
authorRadek Czajka <rczajka@rczajka.pl>
Fri, 30 Jul 2021 12:58:17 +0000 (14:58 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Fri, 30 Jul 2021 12:58:17 +0000 (14:58 +0200)
src/club/locale/pl/LC_MESSAGES/django.mo
src/club/locale/pl/LC_MESSAGES/django.po
src/club/static/club/club.scss

index b6bd8a3..daf6037 100644 (file)
Binary files a/src/club/locale/pl/LC_MESSAGES/django.mo and b/src/club/locale/pl/LC_MESSAGES/django.mo differ
index 78d5245..2dfc3ec 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: \n"
-"PO-Revision-Date: 2021-07-30 14:51+0200\n"
+"PO-Revision-Date: 2021-07-30 14:57+0200\n"
 "Last-Translator: \n"
 "Language-Team: \n"
 "Language: pl\n"
@@ -45,7 +45,7 @@ msgid ""
 "gadgets."
 msgstr ""
 "Jeśli zostawisz nam swój adres, to będziemy mogli wysłać Ci pocztówkę i inne "
-"drobne gadżety Wolnych Lektur."
+"gadżety Wolnych Lektur."
 
 #: club/forms.py:56 club/models.py:387
 msgid "postal code"
index 004f4e6..ad63bfc 100644 (file)
@@ -191,23 +191,23 @@ label.required {
     textarea {
         box-sizing: border-box;
         padding: 8px;
-        width: 440px;
+        width: 400px;
         height: 4em;
     }
     input[type="text"], input[type="email"] {
         box-sizing: border-box;
-        width: 440px;
+        width: 400px;
         padding: 8px;
         &#id_postal_code {
-            width: 120px;
+            width: 100px;
         }
         &#id_postal_town {
-            width: 320px;
+            width: 300px;
         }
     }
     select {
         box-sizing: border-box;
-        width: 440px;
+        width: 400px;
         padding: 8px;
     }
 }