some css changes

This commit is contained in:
wearrrrr 2024-09-22 10:36:23 -05:00
parent 9f0bf7c32b
commit f2839a035d
2 changed files with 7 additions and 1 deletions

View file

@ -18,7 +18,7 @@ const classlist = "faq-card" + (large ? " faq-large" : "");
border-radius: 10px;
padding: 20px;
color: var(--text-color);
box-shadow: 9px 9px 5px var(--background-color);
box-shadow: 5px 5px 5px color-mix(in srgb, var(--background-color), black 40%);
}
@media (max-width: 768px) {
.faq-card {

View file

@ -148,6 +148,12 @@ export function getStaticPaths() {
width: 40%;
}
@media (max-width: 1100px) {
.form-wrapper {
width: 80%;
}
}
#proxy-input {
display: flex;
justify-content: center;