made finale changes in overall pagestyling

This commit is contained in:
Patryk Hegenberg 2023-01-18 07:50:41 +01:00
parent 92a2e24361
commit 91e1542c7e
6 changed files with 14 additions and 9 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

View file

@ -164,7 +164,7 @@ p {
.site-header {
position: relative;
padding: 24px 0;
padding: 12px 0;
z-index: 2;
}
.site-header-inner {
@ -413,8 +413,8 @@ main {
position: relative;
display: flex;
flex-wrap: wrap;
padding-top: 48px;
padding-bottom: 48px;
padding-top: 24px;
padding-bottom: 24px;
}
.nes-container {
@ -462,9 +462,10 @@ main {
}
.footer-copyright {
flex: none;
width: 100%;
width: 80%;
display: inline-flex;
justify-content: center;
align-items: center;
}
.register {
height: 1200px;
@ -482,6 +483,8 @@ main {
background-color: #2e1e26;
margin: auto;
padding: 20px;
border-radius: 5px;
box-shadow: 0 0 4px #433e4c;
}
.nes-field {
@ -500,6 +503,8 @@ main {
justify-content: center;
text-align: center;
background-color: #3f2a34;
border-radius: 5px;
box-shadow: #3f2a34;
}
.container .login {
display: flex;

View file

@ -6,7 +6,7 @@
<img class="asset-dark" src="./images/icon.png" alt="Logo">
</a>
</div>
<div class="footer-copyright">&copy; 2018 Patryk Hegenberg, all rights reserved</div>
<div class="footer-copyright">&copy; 2023 Patryk Hegenberg, all rights reserved</div>
</div>
</div>
</footer>
@ -14,4 +14,4 @@
<script src="./../scripts/web.js"></script>
</body>
</html>
</html>

View file

@ -1,6 +1,6 @@
<body class="is-boxed">
<div class="body-wrap boxed-container">
<header class="site-header">
<header class="site-header has-bottom-divider">
<div class="container">
<nav>
<div class="site-header-inner">
@ -24,4 +24,4 @@
</div>
</nav>
</div>
</header>
</header>

View file

@ -2,7 +2,7 @@
<?php require('partials/nav.php') ?>
<div class="profile">
<div style="padding: 20px;">
<div style="padding: 20px; border-radius: 5px; box-shadow: 0 0 4px #433e4c; margin-top: 20px; margin-bottom: 20px; background-color: #2e1e26;">
<div class="container3">
<section class="message-list">
<section class="message -left">