Skip to content
Snippets Groups Projects
Commit 2259de2e authored by Thorge Petersen's avatar Thorge Petersen
Browse files

Aligned header and modules with old version

parent f2bf157c
No related branches found
No related tags found
2 merge requests!41Version 2.0.0,!38Merge py3 into dev
......@@ -80,6 +80,9 @@ textarea {
font-family: 'MuseoSans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h1, .h1, h2, .h2, h3, .h3 {
margin: 10px 0;
}
h1 {
color: #003064;
......@@ -538,6 +541,15 @@ input[type=checkbox] {
color: black;
}
.secondary .module:first-child, .primary .module:first-child {
margin-top: 0;
}
.module {
margin: 20px 0;
margin-top: 20px;
}
.navbar-static-top {
z-index: 3;
}
......@@ -2085,7 +2097,6 @@ ul.pagination>li:last-child>span:hover {
}
.logo {
margin-left: -7px;
height: auto;
box-sizing: border-box;
width: 155px;
......
......@@ -40,7 +40,6 @@
padding-right: 0;
position: relative;
top: 0;
margin-left: 18px;
padding: 1em 0;
}
......@@ -391,3 +390,7 @@
.navbar.masthead .navigation .nav-pills li a:hover .user-icon {
fill: white;
}
.masthead .logo img {
max-height: initial;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment