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 b036b50 commit 8824479Copy full SHA for 8824479
pages/index.vue
@@ -126,7 +126,12 @@ onBeforeUnmount(() => {
126
justify-content: flex-end;
127
}
128
.theme__primary:first-child {
129
- margin-right: 3.125rem;
+ margin-right: 0;
130
+ }
131
132
+ @include tiny {
133
+ .theme__primary:first-child{
134
+ margin-right: 1.6rem;
135
136
137
.heading {
@@ -135,7 +140,6 @@ onBeforeUnmount(() => {
140
141
142
.description {
138
- padding-right: toRem(50);
139
143
margin-bottom: toRem(43);
144
@include medium {
145
margin-bottom: toRem(27);
0 commit comments