This website works better with JavaScript
Home
Explore
Help
Sign In
kris
/
Musare
mirror of
https://github.com/Musare/Musare.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Added padding to recaptcha
theflametrooper
8 years ago
parent
b15ab228a5
commit
fd6c1d4b47
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
frontend/components/Modals/Register.vue
+ 2
- 0
frontend/components/Modals/Register.vue
View File
@@ -78,4 +78,6 @@
}
.invert { filter: brightness(5); }
+
+ #recaptcha { padding: 10px 0; }
</style>