Rebranding #80

Merged
OpzekerIT merged 66 commits from dev into main 2023-11-03 22:05:01 +00:00
Showing only changes of commit 6fe6d1deb1 - Show all commits

View file

@ -50,6 +50,14 @@ nav a:active {
transform: translateY(1px); /* Slight Pressed-In effect on Click */
}
header .banner {
max-width: 100%; /* Ensures the image is never larger than its container */
height: auto; /* Maintains the aspect ratio */
display: block; /* Prevents inline default spacing */
margin: 0 auto; /* Centers the image within the header */
}
header, main, footer {
max-width: 800px;
margin: 20px auto;