This commit is contained in:
Korbs 2025-01-21 03:09:44 -05:00
parent 4b0d8f75dc
commit 35cf01e3e0
Signed by: Korbs
SSH key fingerprint: SHA256:Q0b0KraMldpAO9oKa+w+gcsXsOTykQ4UkAKn0ByGn5U
7 changed files with 126 additions and 34 deletions

View file

@ -241,8 +241,6 @@ h3,h4,h5,h6{
.home{
min-height:100vh;
margin:0 auto;
display:table;
text-align:center;
}
.home .logo{
@ -267,12 +265,25 @@ h3,h4,h5,h6{
display:table-cell;
vertical-align:middle;
width:500px;
position: fixed;
top: 44%;
left: 50%;
transform: translate(-50%, -50%);
}
.home .searchbox{
width:100%;
text-align:left;
margin-bottom:20px;
display: flex;
}
.home .searchbox button {
width: 90px;
border: none;
background: none;
color: var(--comment);
font-size: 14px;
}
.home a{
@ -285,6 +296,47 @@ h3,h4,h5,h6{
font-size:12px;
}
#mcaptcha__widget-container {
width: 300px;
height: 90px;
margin: auto;
}
.footer {
position: absolute;
bottom: 0px;
left: 0px;
display: flex;
justify-content: space-between;
width: 100%;
width: calc(100% - 48px);
padding: 0px 24px;
}
.footer-start p, .footer-end p {
display: flex;
gap: 6px;
}
@media screen and (max-width: 930px) {
.footer {
flex-direction: column;
align-items: center;
gap: 12px;
padding-bottom: 24px;
}
.footer p {
margin: 0px;
}
}
@media screen and (max-width: 570px) {
.footer p {
display: flow-root;
gap: 6px;
text-align: center;
}
}
/*
WEB