Update static/style.css
Browse files- static/style.css +3 -5
static/style.css
CHANGED
@@ -75,11 +75,9 @@ button:hover {
|
|
75 |
animation: colorChange 4s infinite;
|
76 |
mix-blend-mode: overlay;
|
77 |
}
|
78 |
-
.recaptcha
|
79 |
-
|
80 |
-
|
81 |
-
align-items: center;
|
82 |
-
}
|
83 |
|
84 |
.background-container {
|
85 |
position: relative;
|
|
|
75 |
animation: colorChange 4s infinite;
|
76 |
mix-blend-mode: overlay;
|
77 |
}
|
78 |
+
.g-recaptcha {
|
79 |
+
display: inline-block;
|
80 |
+
}
|
|
|
|
|
81 |
|
82 |
.background-container {
|
83 |
position: relative;
|