Issue #151: Spacing between "Log-in" and "Register" buttons

- Removed ".first" class from Register button
- Increase spacing between buttons
This commit is contained in:
Ecaterina Moraru (Valica)
2017-07-07 17:04:26 +03:00
parent f02285d103
commit fc065a0484
2 changed files with 3 additions and 3 deletions

View File

@@ -428,7 +428,7 @@ noscript {
width: 100%;
cursor: pointer;
&.half {
width: ~"calc(50% - 2px)";
width: ~"calc(50% - 10px)";
&:not(.first) {
float: right;
}