NQ-45 Responsive styling login and character select
This commit is contained in:
@ -106,7 +106,7 @@ function create() {
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
gap: 100px;
|
||||
gap: 80px;
|
||||
padding: 0 80px;
|
||||
&::before {
|
||||
content: '';
|
||||
@ -115,10 +115,14 @@ function create() {
|
||||
.characters-wrapper {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
gap: 80px;
|
||||
flex-wrap: wrap;
|
||||
gap: 60px;
|
||||
width: 100%;
|
||||
max-height: 650px;
|
||||
overflow: auto;
|
||||
|
||||
.character {
|
||||
margin: 10px;
|
||||
width: 170px;
|
||||
height: 275px;
|
||||
display: flex;
|
||||
|
Reference in New Issue
Block a user