mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-22 12:09:28 +01:00
main.scss: restore centered div (_layouts/mini.html)
This reverts commit f54709db89
.
This commit is contained in:
parent
295325485c
commit
84c08c8b22
@ -84,6 +84,13 @@ code {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
// _layouts/mini.html calls this for returning to index!
|
||||
.centered {
|
||||
list-style-type: none;
|
||||
margin: 0 auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
// At least used in the index SSH key fingerprints
|
||||
.monospaced {
|
||||
font-family: $monospace-font-family;
|
||||
|
Loading…
Reference in New Issue
Block a user