mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-02-19 15:00:41 +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/ */
|
/* end https://clagnut.com/blog/2395/ */
|
||||||
// Experimental trick to make all emojis text if supported.
|
// Experimental trick to make all emojis text if supported.
|
||||||
font-variant-emoji: text;
|
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
|
// E.g. blesmrt.net vs bIesmrt.net
|
||||||
@ -132,7 +137,7 @@ h6 {
|
|||||||
|
|
||||||
// This is the short bio in the index and all my profiles
|
// This is the short bio in the index and all my profiles
|
||||||
#bio {
|
#bio {
|
||||||
text-align: center;
|
//text-align: center;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-family: ui-cursive, $serif-font-family;
|
font-family: ui-cursive, $serif-font-family;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user