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 75e9f98 commit 52b7f9cCopy full SHA for 52b7f9c
src/pages/AdPage/AdPage.scss
@@ -238,7 +238,6 @@ $secondary-card-size: 64px;
238
&__inner-content {
239
margin-top: 30px;
240
width: 100%;
241
- height: 100%;
242
padding: 0 20px;
243
box-sizing: border-box;
244
display: flex;
@@ -347,8 +346,11 @@ $secondary-card-size: 64px;
347
346
348
@media screen and (max-width: 900px) {
349
.ad-page {
+ width: 90%;
350
351
- flex-direction: column;
+ gap: 50px;
352
+ flex-direction: column-reverse;
353
+ margin: 20px auto;
354
355
&-profile-container {
356
margin-top: 10px;
@@ -375,7 +377,7 @@ $secondary-card-size: 64px;
375
377
376
378
&__author-info {
379
position: static;
- margin-top: 100px;
380
+ margin-top: 0;
381
382
}
383
0 commit comments