changed margin for nes-container on profile page

This commit is contained in:
Patryk Hegenberg 2023-01-14 13:19:23 +01:00
parent 5dbb48ca0e
commit d945a8be8c
2 changed files with 8 additions and 6 deletions

View file

@ -64,6 +64,10 @@ html {
line-height: 30px;
}
.container .nes-container {
margin-bottom: 10px;
}
h1,
h2,
h3,
@ -436,6 +440,7 @@ main {
.container .login {
justify-content: center;
align-items: center;
text-align: center;
}
.asset-dark {
visibility: hidden;
@ -447,9 +452,6 @@ main {
}
.asset-dark {
display: none;
}
{
}
.asset-dark {
@ -527,4 +529,4 @@ h6,
.boxed-container {
transition: box-shadow 0.15s ease;
}
}