We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8fbc84 commit 0296a47Copy full SHA for 0296a47
src/styles/FAQ.css
@@ -62,10 +62,16 @@
62
}
63
64
.faq-items-container {
65
- width: 70%;
66
- max-width: 70vw;
+ width: 90%;
+ max-width: 80vw;
67
68
69
+@media (min-width: 768px) {
70
+ .faq-items-container {
71
+ width: 70%;
72
+ max-width: 70vw;
73
+ }
74
+}
75
.accordion-item {
76
border-radius: 8px;
77
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
src/styles/Footer.css
@@ -3,6 +3,7 @@
3
color: #1a1a1a;
4
margin-top: -400px;
5
font-family: Arial, sans-serif;
6
+ margin-top: 0px;
7
8
9
.footer-content {
@@ -40,9 +41,6 @@
40
41
42
43
@media (min-width: 768px) {
- .footer {
44
- margin-top: 0px;
45
- }
46
.footer-columns {
47
display: flex;
48
flex-direction: row;
0 commit comments