Tweaked styles

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2023-06-23 07:33:52 +01:00
parent cdf1551afe
commit a605f7b560
2 changed files with 17 additions and 4 deletions

View File

@@ -63,6 +63,14 @@
color: #fd7e0b;
}
h2 {
margin-bottom: 10px;
}
h2 + p {
margin-top: 0;
}
.tag {
font-size: 0.7em;
background: #ededed;
@@ -115,6 +123,10 @@
display: inline-block;
}
.email-link {
color: #fd7e0b;
}
/* Social links */
.social-links {
list-style: none;
@@ -156,7 +168,7 @@
}
.projects li {
width: 328px;
width: 300px;
max-width: 100%;
border: 2px solid;
border-radius: 6px;
@@ -200,7 +212,7 @@
}
.events time {
font-size: .9em;
font-size: .85em;
}
.events li .details {
@@ -210,10 +222,11 @@
padding-left: 10px;
margin-left: 2px;
border-left: 4px solid;
margin-top: .6em;
margin-top: .2px;
}
.events li .details > div {
margin-top: 2px;
margin-bottom: 6px;
}