mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-12-25 04:32:43 +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;
|
||||
}
|
||||
|
||||
// At least used in the index
|
||||
.centered {
|
||||
list-style-type: none;
|
||||
margin:0 auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
// IRC logs should be formatted with this
|
||||
.irclog {
|
||||
white-space: pre-wrap;
|
||||
|
Loading…
Reference in New Issue
Block a user