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

View file

@ -6,7 +6,7 @@
<img class="asset-dark" src="./images/icon.png" alt="Logo"> <img class="asset-dark" src="./images/icon.png" alt="Logo">
</a> </a>
</div> </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>
</div> </div>
</footer> </footer>
@ -14,4 +14,4 @@
<script src="./../scripts/web.js"></script> <script src="./../scripts/web.js"></script>
</body> </body>
</html> </html>

View file

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

View file

@ -2,7 +2,7 @@
<?php require('partials/nav.php') ?> <?php require('partials/nav.php') ?>
<div class="profile"> <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"> <div class="container3">
<section class="message-list"> <section class="message-list">
<section class="message -left"> <section class="message -left">