mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-22 03:59:31 +01:00
main.scss: import parts of wcag, don't align bio
This commit is contained in:
parent
285542b1db
commit
1bfacdb988
@ -48,6 +48,11 @@ $base-font-family: $sans-serif-font-family;
|
||||
/* end https://clagnut.com/blog/2395/ */
|
||||
// Experimental trick to make all emojis text if supported.
|
||||
font-variant-emoji: text;
|
||||
/* WCAG minimum suggestions */
|
||||
margin-bottom: 2 !important;
|
||||
line-height: 1.5 !important;
|
||||
letter-spacing: 0.12 !important;
|
||||
word-spacing: 0.16 !important;
|
||||
}
|
||||
|
||||
// E.g. blesmrt.net vs bIesmrt.net
|
||||
@ -132,7 +137,7 @@ h6 {
|
||||
|
||||
// This is the short bio in the index and all my profiles
|
||||
#bio {
|
||||
text-align: center;
|
||||
//text-align: center;
|
||||
font-style: italic;
|
||||
font-family: ui-cursive, $serif-font-family;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user