chore: fixes

This commit is contained in:
MattTheTekie 2026-05-25 18:48:17 -04:00
commit 19e2ad013f

View file

@ -29,32 +29,21 @@
<meta name="apple-mobile-web-app-title" content="VELTRON" />
<link rel="canonical" href="index.html" />
</head>
<style>
/* Chatroom Styling */
.chatroom-wrapper {
margin-top: 25px;
}
.chatroom-frame {
width: 100%;
height: 600px;
border: none;
}
<style>
.guestbook-header-img {
height: 33px;
}
.guestbook-div {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.guestbook-div iframe {
width: 98%;
height: 532px;
}
@media (min-width: 0px) {
.guestbook-header-img {
display: none;
margin: 10px 10px 0px 0px;
}
}
@media (min-width: 500px) {
.guestbook-header-img {
display: block;
float: left;
@media (max-width: 768px) {
.chatroom-frame {
height: 500px;
}
}
</style>
@ -416,7 +405,6 @@
<div class="decor right_banner"></div>
</aside>
<!-- Main Content -->
<main id="middleContent">
<section id="homeSection">