diff options
Diffstat (limited to 'assets/css/style.css')
-rw-r--r-- | assets/css/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/css/style.css b/assets/css/style.css index b10552b..021a118 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -112,6 +112,11 @@ body { cursor: pointer; } +.register { + alignment: bottom; + font-size: 13px; +} + @keyframes middle-to-top { from { margin-top: 50vh; |