Minor Changes

This commit is contained in:
Sarthak Batra
2017-10-04 01:35:41 +05:30
parent cab6d36694
commit 82b6da30a0
2 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
<div class="{% unless homepage %}border-bottom{% endunless %}">
<div class="container-lg px-3">
<div class="py-4 d-flex flex-row flex-justify-between">
<div class="py-4 d-flex flex-justify-between">
<h1 class="alt-h4 lh-default v-align-middle">
{% unless homepage %}
<a href="/" class="no-underline text-uppercase text-brand-blue-dark">

View File

@@ -29,7 +29,7 @@ code {
}
@media (max-width: 543px) {
.d-xs-none {
display: none!important;
}
.d-xs-none {
display: none !important;
}
}