mirror of
https://github.com/Mikaela/cv.git
synced 2024-11-22 08:29:24 +01:00
main.scss: attempt to keep my name as serif
This commit is contained in:
parent
48bc4f7774
commit
9713d6fae0
@ -61,7 +61,6 @@ code {
|
||||
}
|
||||
|
||||
// Sans-Serif for headings to constrast with aminda.eu
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
@ -70,6 +69,10 @@ h6 {
|
||||
font-family: $sans-serif-font-family !important;
|
||||
}
|
||||
|
||||
h2.footer-heading {
|
||||
font-family: $serif-font-family !important;
|
||||
}
|
||||
|
||||
// The introduction on top
|
||||
#bio {
|
||||
text-align: center;
|
||||
|
Loading…
Reference in New Issue
Block a user