Merge pull request #28 from levivm/develop
Updated contact page style and changed header bg
This commit is contained in:
commit
96682e30ed
3 changed files with 6 additions and 1 deletions
|
@ -322,6 +322,11 @@ footer .copyright {
|
|||
.floating-label-form-group-with-focus label {
|
||||
color: #0085a1;
|
||||
}
|
||||
|
||||
.form-group{
|
||||
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
form .row:first-child .floating-label-form-group {
|
||||
border-top: 1px solid #eeeeee;
|
||||
}
|
||||
|
|
BIN
ungleich_page/static/ungleich_page/img/header-bg.jpg
Normal file
BIN
ungleich_page/static/ungleich_page/img/header-bg.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 190 KiB |
|
@ -1,7 +1,7 @@
|
|||
{% load cms_tags staticfiles %}
|
||||
<!-- Page Header -->
|
||||
<!-- Set your background image for this header on the line below. -->
|
||||
<header class="intro-header" style="background-image: url('{% static 'blog.ungleich.ch/img/home-bg.jpg' %}');">
|
||||
<header class="intro-header" style="background-image: url('{% static 'ungleich_page/img/header-bg.jpg' %}');">
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
|
|
Loading…
Reference in a new issue