We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8669384 commit 331a9efCopy full SHA for 331a9ef
1 file changed
assets/css/homepage.css
@@ -25,12 +25,18 @@
25
}
26
27
@media (min-width: 781px) {
28
+ .try-solid {
29
+ flex-direction: row;
30
+ flex-wrap: wrap;
31
+ justify-content: center;
32
+ gap: 1rem;
33
+ }
34
.try-solid .hero-image, .try-solid .hero-text {
35
width: 83.2%;
36
max-width: 51.2rem;
37
38
.try-solid .hero-text {
- margin-top: -14.6rem;
39
+ margin-top: -8rem;
40
41
.try-solid .hero-text p {
42
max-width: 16rem;
0 commit comments