made finale changes in overall pagestyling
This commit is contained in:
parent
92a2e24361
commit
91e1542c7e
6 changed files with 14 additions and 9 deletions
|
|
@ -6,7 +6,7 @@
|
|||
<img class="asset-dark" src="./images/icon.png" alt="Logo">
|
||||
</a>
|
||||
</div>
|
||||
<div class="footer-copyright">© 2018 Patryk Hegenberg, all rights reserved</div>
|
||||
<div class="footer-copyright">© 2023 Patryk Hegenberg, all rights reserved</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
@ -14,4 +14,4 @@
|
|||
|
||||
<script src="./../scripts/web.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue