changed margin for nes-container on profile page
This commit is contained in:
parent
5dbb48ca0e
commit
d945a8be8c
2 changed files with 8 additions and 6 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue