fix: website is now centered, resized Spike image, looks better now imo

This commit is contained in:
2024-04-21 22:51:01 +02:00
parent 38800152cf
commit 672e4cadea

View File

@@ -2,12 +2,18 @@
float: left; float: left;
border-style:solid; border-style:solid;
border-color:rgba(18,24,217,0.6); border-color:rgba(18,24,217,0.6);
width: 8.1%; width: 10.1%;
height: auto; height: auto;
max-width: 100%; max-width: 100%;
object-fit: cover; object-fit: cover;
} }
/* centers the website */
html {
max-width: 1200px;
margin: auto;
}
/* unvisited link */ /* unvisited link */
a:link { a:link {
color: #686bff; color: #686bff;
@@ -41,7 +47,7 @@ a:active {
.menu { .menu {
font-weight: bold; font-weight: bold;
float: left; float: left;
margin-top: 5.2%; margin-top: 6.2%;
margin-left: 0.5%; margin-left: 0.5%;
} }