small css improvement

This commit is contained in:
Beu 2019-10-16 18:45:24 +02:00
parent 6a67c34115
commit 4670a5070f
1 changed files with 6 additions and 1 deletions

View File

@ -17,6 +17,8 @@
h1 {
margin-top: 50;
width: 100%;
font-size: 48px;
color: #2e74d5;
float: left;
}
@ -73,9 +75,12 @@ h2 svg {
clear: both;
}
.anchor {
color: inherit;
color: #2e74d5;
text-decoration: inherit;
}
.anchor svg {
fill: #2e74d5;
}
#jobs {
width: auto;
height: auto;