1
0
mirror of https://github.com/mgerb/classic-wow-forums synced 2026-01-11 09:32:51 +00:00

realm list page done

This commit is contained in:
2018-01-07 15:54:22 -06:00
parent a9e5b185ee
commit 98f682fdce
10 changed files with 267 additions and 8 deletions

View File

@@ -44,10 +44,14 @@ hr {
.flex {
display: flex;
}
.flex--center {
align-items: center;
&--center {
align-items: center;
}
&--wrap {
flex-wrap: wrap;
}
}
span.grey {