chore: fixes
This commit is contained in:
parent
cdb097508b
commit
19e2ad013f
1 changed files with 13 additions and 25 deletions
38
donate.html
38
donate.html
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue