mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-01-13 06:22:33 +01:00
css: add class centered
This commit is contained in:
parent
5c8c8a5dde
commit
85621e61bd
@ -67,6 +67,13 @@ $on-laptop: 800px;
|
|||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// At least used in the index
|
||||||
|
.centered {
|
||||||
|
list-style-type: none;
|
||||||
|
margin:0 auto;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
// IRC logs should be formatted with this
|
// IRC logs should be formatted with this
|
||||||
.irclog {
|
.irclog {
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
|
Loading…
Reference in New Issue
Block a user