mirror of https://github.com/MISP/misp-website
Fix padding in headers
parent
6900d9a369
commit
4e77355614
|
@ -125,8 +125,8 @@
|
||||||
color: $color-fg-light;
|
color: $color-fg-light;
|
||||||
font-size: 1.25em;
|
font-size: 1.25em;
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-top: -1.25em;
|
margin-top: -0.25em;
|
||||||
margin-bottom: 1.25em;
|
margin-bottom: 0.25em;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.major {
|
&.major {
|
||||||
|
@ -160,7 +160,7 @@
|
||||||
padding-top: 3em;
|
padding-top: 3em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Form */
|
/* Form */
|
||||||
|
|
||||||
input[type="text"],
|
input[type="text"],
|
||||||
|
@ -533,7 +533,7 @@
|
||||||
background-repeat: no-repeat, no-repeat, repeat;
|
background-repeat: no-repeat, no-repeat, repeat;
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
padding: 0 0 2.75em 0;
|
padding: 0 0 0.25em 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
@ -676,7 +676,7 @@
|
||||||
background: #212121;
|
background: #212121;
|
||||||
background: rgba(27,27,27,0.75);
|
background: rgba(27,27,27,0.75);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
padding: 1.5em 0;
|
padding: 1.0em 0;
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
Loading…
Reference in New Issue