small css improvement
This commit is contained in:
parent
6a67c34115
commit
4670a5070f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user