We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5e76ca commit f3e7d08Copy full SHA for f3e7d08
2 files changed
src/pages/components/HeroSection/HeroSection.module.css
@@ -443,6 +443,11 @@
443
}
444
445
@media (max-width: 768px) {
446
+ .heroContainer {
447
+ padding-top: 2rem;
448
+ overflow: hidden;
449
+ }
450
+
451
.screenshotContainer {
452
width: 90%;
453
position: relative;
src/pages/index.module.css
@@ -547,17 +547,22 @@ html[data-theme="dark"] .repoLink:hover {
547
548
549
/* Adjust decoration for mobile */
550
+ .geometricDecoration {
551
552
+ inset: -4rem -1rem;
553
554
555
.decorShape1 {
556
width: 100px;
557
height: 100px;
- top: -5px;
558
+ top: 50px;
559
right: -10px;
560
561
562
.decorShape2 {
563
width: 80px;
564
height: 80px;
- bottom: -10px;
565
+ bottom: 40px;
566
left: -15px;
567
568
0 commit comments