Skip to content

Commit 8824479

Browse files
committed
feat: alignment tweaks to hero section elements on tiny
1 parent b036b50 commit 8824479

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pages/index.vue

+6-2
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,12 @@ onBeforeUnmount(() => {
126126
justify-content: flex-end;
127127
}
128128
.theme__primary:first-child {
129-
margin-right: 3.125rem;
129+
margin-right: 0;
130+
}
131+
}
132+
@include tiny {
133+
.theme__primary:first-child{
134+
margin-right: 1.6rem;
130135
}
131136
}
132137
.heading {
@@ -135,7 +140,6 @@ onBeforeUnmount(() => {
135140
}
136141
}
137142
.description {
138-
padding-right: toRem(50);
139143
margin-bottom: toRem(43);
140144
@include medium {
141145
margin-bottom: toRem(27);

0 commit comments

Comments
 (0)