Fix styles that accidentally got into production :D

This commit is contained in:
Jan Tuomi
2017-10-26 13:51:00 +03:00
parent 3b3b45b5ee
commit 402cdc3533
5 changed files with 39 additions and 40 deletions
+1 -1
View File
@@ -8,4 +8,4 @@
.navbar-light .navbar-nav .nav-link {
color: #102a40;
}
}
+4
View File
@@ -31,3 +31,7 @@
margin-bottom: 331px;
}
}
.kaehmy-banner-image {
width: 100%;
}
+2 -2
View File
@@ -1,8 +1,8 @@
{% load i18n %}
<link rel="stylesheet" href="/static/css/sik_header.css">
<div class="header-content">
<div class="kaehmy_header-content">
<div class="kaehmy-banner logo">
<a href="/kaehmy"><img src="/static/img/kaehmy_banner.png" alt="Aalto-yliopiston Sähköinsinöörikilta ry"></a>
<a href="/kaehmy"><img class="kaehmy-banner-image" src="/static/img/kaehmy_banner.png" alt="Aalto-yliopiston Sähköinsinöörikilta ry"></a>
</div>
</div>