small css improvement
This commit is contained in:
parent
6a67c34115
commit
4670a5070f
@ -17,6 +17,8 @@
|
|||||||
h1 {
|
h1 {
|
||||||
margin-top: 50;
|
margin-top: 50;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
font-size: 48px;
|
||||||
|
color: #2e74d5;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -73,9 +75,12 @@ h2 svg {
|
|||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
.anchor {
|
.anchor {
|
||||||
color: inherit;
|
color: #2e74d5;
|
||||||
text-decoration: inherit;
|
text-decoration: inherit;
|
||||||
}
|
}
|
||||||
|
.anchor svg {
|
||||||
|
fill: #2e74d5;
|
||||||
|
}
|
||||||
#jobs {
|
#jobs {
|
||||||
width: auto;
|
width: auto;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
Loading…
Reference in New Issue
Block a user