Change npc skill position + fix profile img on rnk

This commit is contained in:
Mandar
2021-02-16 18:08:25 +01:00
parent dfef6d4092
commit da0bdf453e
4 changed files with 7 additions and 9 deletions

File diff suppressed because one or more lines are too long

View File

@@ -350,16 +350,16 @@
li {
&:nth-child(1),
&:nth-child(2) {
flex: 0 0 60px;
flex: 0 0 4rem;
padding: 0 0.25rem 0.25rem;
}
&:nth-child(4) {
flex: 0 0 10%;
flex: 0 0 4rem;
padding: 0 0.25rem 0.25rem;
}
}
.profile-img {
width: 100%;
width: 4rem;
}
.chat-profil-stance {
font-size: 3.5rem;

View File

@@ -96,7 +96,7 @@
width: 100%;
line-height: 2rem;
font-size: 0.75rem;
margin: 0.25rem 0.25rem 0.5rem;
margin: 0 0 0.5rem;
text-align: center;
li {
flex: 1;