diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-08-20 23:11:34 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-08-21 15:40:56 +0200 |
commit | 2875f7095562b302f13e1ef7e8cfd581cfc984bf (patch) | |
tree | 94f15793153b0a55319479cf91e993525da1a010 /public_html/data/css | |
parent | 1ce6e4b4f78b633296db099acf8b18577906a6a4 (diff) |
Allow users to delete their accounts
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'public_html/data/css')
-rw-r--r-- | public_html/data/css/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/public_html/data/css/style.css b/public_html/data/css/style.css index 4d29e89fd..57366d3d6 100644 --- a/public_html/data/css/style.css +++ b/public_html/data/css/style.css @@ -37,6 +37,11 @@ margin:0 9px; border-left:1px solid #e1e1e1; } + +.vertical-space-small { + height: 50px; +} + @media (max-width: 768px) { .dont-float { float: left; |