css tweaks

This commit is contained in:
Tom 2023-11-08 11:46:45 +00:00
parent bf1cf2ca5b
commit de67b415b4
2 changed files with 17 additions and 0 deletions

View File

@ -44,6 +44,10 @@ header {
font-family: $title_font_stack;
}
a {
margin-bottom: 2px;
}
p.professional-links {
display: flex;
flex-direction: column;
@ -61,6 +65,10 @@ header {
justify-content: right; //Align right
}
}
.page-src-link {
font-size: 0.8em;
}
}
@media

View File

@ -1,3 +1,12 @@
h1.thesis-title {
font-size: 3em !important;
}
main h1, h2, h3 {
font-family: "Source Serif Pro", serif;
font-weight: 300;
font-size: 2.2em !important;
}
// Make figures looks nice
figure {