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;
|
line-height: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.container .nes-container {
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
h1,
|
h1,
|
||||||
h2,
|
h2,
|
||||||
h3,
|
h3,
|
||||||
|
|
@ -436,6 +440,7 @@ main {
|
||||||
.container .login {
|
.container .login {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
.asset-dark {
|
.asset-dark {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
|
|
@ -447,9 +452,6 @@ main {
|
||||||
}
|
}
|
||||||
.asset-dark {
|
.asset-dark {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.asset-dark {
|
.asset-dark {
|
||||||
|
|
@ -527,4 +529,4 @@ h6,
|
||||||
|
|
||||||
.boxed-container {
|
.boxed-container {
|
||||||
transition: box-shadow 0.15s ease;
|
transition: box-shadow 0.15s ease;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
<div class="container login">
|
<div class="container login">
|
||||||
<div class="nes-container">
|
<div class="nes-container">
|
||||||
<form action="/login" method="POST">
|
<form action="/login" method="POST" class="container">
|
||||||
<div>
|
<div>
|
||||||
<h2>Melde dich mit deinem Konto an.</h2>
|
<h2>Melde dich mit deinem Konto an.</h2>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -36,4 +36,4 @@
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<?php require('partials/footer.php') ?>
|
<?php require('partials/footer.php') ?>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue