mirror of https://github.com/zulip/zulip.git
unsupported_browser: Remove not required extra bottom padding.
This commit is contained in:
parent
6b42c18220
commit
27d2b89412
|
@ -6,7 +6,7 @@
|
|||
|
||||
{% block portico_content %}
|
||||
|
||||
<div class="error_page unsupported_browser_page">
|
||||
<div class="error_page">
|
||||
<div class="container">
|
||||
<div class="row-fluid">
|
||||
<img src="{{ static('images/errors/400art.svg') }}" alt=""/>
|
||||
|
|
|
@ -1425,10 +1425,6 @@ label.label-title {
|
|||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.unsupported_browser_page {
|
||||
padding-bottom: 80px;
|
||||
}
|
||||
|
||||
#navbar-custom-message {
|
||||
font-size: 1rem;
|
||||
background: linear-gradient(
|
||||
|
|
Loading…
Reference in New Issue