/guestbook, /autist, font changes and a new /projects entry

This commit is contained in:
zyqunix 2024-12-02 19:57:07 +01:00
parent edc8589d1d
commit 8fc3faf8bb
41 changed files with 400 additions and 101 deletions

View file

@ -1,5 +1,3 @@
/* Global Styles */
body {
display: flex;
justify-content: center;
@ -23,8 +21,6 @@ html {
color: #2a2a2a;
}
/* Topbar Styles */
.topbar {
display: flex;
align-items: center;
@ -42,8 +38,6 @@ html {
overflow-x: hidden;
}
/* Welcome Section Styles */
.welcome {
text-align: center;
margin: 0;
@ -63,8 +57,6 @@ html {
margin: 0 0 10px 0;
}
/* Tools Section Styles */
.tools-main {
display: flex;
flex-wrap: wrap;
@ -129,8 +121,6 @@ html {
border-color: rgb(90, 150, 115);
}
/* Slideshow Styles */
.slideshow-container {
position: relative;
width: 90vw;
@ -146,8 +136,6 @@ html {
object-fit: contain;
}
/* Theme Button Styles */
.theme-button {
cursor: pointer;
background: none;
@ -156,8 +144,6 @@ html {
margin-left: 30px;
}
/* Media Queries */
@media (max-width: 768px) {
.main {
width: 95%;