Skip to content

Commit 1fc1fc3

Browse files
authored
Merge pull request #509 from zirreal/master
small fix
2 parents 7fc5325 + 3da79f2 commit 1fc1fc3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/pages/xrt.astro

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,12 @@ const twitter = contacts.filter((item) => item.title.toLowerCase() === "x");
372372
margin-bottom: calc(var(--space) * 2);
373373
}
374374
}
375+
376+
@media screen and (max-width: 490px) {
377+
.xrt-top {
378+
flex-direction: column;
379+
}
380+
}
375381
</style>
376382

377383

0 commit comments

Comments
 (0)