some css changes
This commit is contained in:
parent
9f0bf7c32b
commit
f2839a035d
2 changed files with 7 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ const classlist = "faq-card" + (large ? " faq-large" : "");
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
color: var(--text-color);
|
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) {
|
@media (max-width: 768px) {
|
||||||
.faq-card {
|
.faq-card {
|
||||||
|
|
|
||||||
|
|
@ -148,6 +148,12 @@ export function getStaticPaths() {
|
||||||
width: 40%;
|
width: 40%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 1100px) {
|
||||||
|
.form-wrapper {
|
||||||
|
width: 80%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#proxy-input {
|
#proxy-input {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue