We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01961d7 commit 412432cCopy full SHA for 412432c
src/App.css
@@ -147,14 +147,11 @@
147
align-self: center;
148
justify-self: center;
149
width: 100%;
150
- @media screen and (max-width: 768px) {
151
- width: 125%;
152
- }
153
}
154
155
/* ------------------------------ About Section ----------------------------- */
156
157
-.about, .demo {
+.about {
158
padding: 10%;
159
@media screen and (max-width: 1024px) {
160
padding: 15% 10%;
@@ -250,6 +247,9 @@
250
247
.about-graphic-4 {
251
248
width: 18vw;
252
249
margin-top: 1vh;
+ @media screen and (max-width: 1024px) {
+ width: 75vw;
+ }
253
254
255
.about-text-1,
0 commit comments