Styling of the in-game names display
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
#names {
|
#names {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-evenly;
|
justify-content: center;
|
||||||
|
flex-wrap: wrap;
|
||||||
padding: 0 10vw;
|
padding: 0 10vw;
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
}
|
}
|
||||||
@@ -11,7 +12,7 @@
|
|||||||
|
|
||||||
.name.organiser::before {
|
.name.organiser::before {
|
||||||
content: "👑";
|
content: "👑";
|
||||||
margin-right: .75rem;
|
margin-right: .4rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.name.organiser {
|
.name.organiser {
|
||||||
@@ -22,6 +23,7 @@
|
|||||||
animation-name: appear;
|
animation-name: appear;
|
||||||
animation-duration: .5s;
|
animation-duration: .5s;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
margin: 0 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
#question {
|
#question {
|
||||||
|
|||||||
Reference in New Issue
Block a user