diff options
author | Alex Legler <alex@a3li.li> | 2014-01-11 12:18:10 +0100 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2014-01-11 12:18:10 +0100 |
commit | c0d9241f7c1ebbfbd0e8ab0967b621da5bac8741 (patch) | |
tree | 2198db6456609adbcd50aece323dbc9da6885c11 | |
parent | Link to favicon (diff) | |
download | infra-status-c0d9241f7c1ebbfbd0e8ab0967b621da5bac8741.tar.gz infra-status-c0d9241f7c1ebbfbd0e8ab0967b621da5bac8741.tar.bz2 infra-status-c0d9241f7c1ebbfbd0e8ab0967b621da5bac8741.zip |
Remove header buttons on XS screens
-rw-r--r-- | views/layout.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/layout.erb b/views/layout.erb index 6eb701e..0085139 100644 --- a/views/layout.erb +++ b/views/layout.erb @@ -13,7 +13,7 @@ <div class="site-title"> <div class="container"> <div class="row"> - <div class="site-title-buttons"> + <div class="site-title-buttons hidden-xs"> <div class="btn-group btn-group-sm"> <button type="button" class="btn btn-primary">Get Gentoo!</button> <div class="btn-group btn-group-sm"> |