Commit 6383468 1 parent abeabe1 commit 6383468 Copy full SHA for 6383468
File tree 7 files changed +13
-21
lines changed
7 files changed +13
-21
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ useHeadSafe({
7
7
link: [
8
8
{
9
9
rel: " icon" ,
10
- type: " image/png " ,
11
- href: " /icon.png " ,
10
+ type: " image/x-icon " ,
11
+ href: " /favicon.ico " ,
12
12
},
13
13
],
14
14
});
@@ -33,12 +33,11 @@ useHeadSafe({
33
33
.max-width-wrapper {
34
34
max-width : 1920px ;
35
35
/* align center */
36
- margin-left : auto ;
37
- margin-right : auto ;
36
+ margin-inline : auto ;
38
37
}
39
38
40
39
:root {
41
- --color-brand : #785A00 !important ;
40
+ --color-brand : #945100 !important ;
42
41
--color-brand-dark : #AD8200 !important ;
43
42
}
44
43
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ onBeforeMount(async () => {
158
158
159
159
<style scoped lang="scss">
160
160
.toggle-pair {
161
- margin-left : auto;
161
+ margin-inline-start : auto;
162
162
display: flex;
163
163
justify-content: space-between;
164
164
margin-top: auto;
Original file line number Diff line number Diff line change @@ -211,8 +211,7 @@ updateDirection(currentLocale.value);
211
211
212
212
.nav-body {
213
213
display : block ;
214
- margin-left : auto ;
215
- margin-right : auto ;
214
+ margin-inline : auto ;
216
215
}
217
216
218
217
.nav {
@@ -243,19 +242,15 @@ updateDirection(currentLocale.value);
243
242
}
244
243
}
245
244
246
- html [ dir = " ltr " ] .side {
245
+ html .side {
247
246
left : calc (var (--gap-xl ) * -4 );
248
247
}
249
248
250
- html [dir = " rtl" ] .side {
251
- right : calc (var (--gap-xl ) * -4 );
252
- }
253
-
254
249
.side {
255
250
position : relative ;
256
251
display : flex ;
257
252
margin : auto ;
258
- margin-left : auto ;
253
+ margin-inline-start : auto ;
259
254
flex-direction : row ;
260
255
gap : var (--gap-xl );
261
256
flex-wrap : wrap ;
Original file line number Diff line number Diff line change @@ -131,6 +131,6 @@ body {
131
131
}
132
132
133
133
li img {
134
- width : 1em ; height : 1em ; margin-right : 0.5em ;
134
+ width : 1em ; height : 1em ; margin-inline-end : 0.5em ;
135
135
}
136
136
</style >
Original file line number Diff line number Diff line change 263
263
max-width : 75vw ;
264
264
265
265
// align everything center
266
- margin-left : auto ;
267
- margin-right : auto ;
266
+ margin-inline : auto ;
268
267
269
268
display : grid ;
270
269
grid-template-columns : 1fr 1fr ;
@@ -275,13 +274,12 @@ h3 {
275
274
.feature-block {
276
275
gap : var (--gap-xl );
277
276
align-items : center ;
278
- padding-right : 2% ;
277
+ padding-inline-end : 2% ;
279
278
280
279
// img {
281
280
// width: 85%;
282
281
// height: 85%;
283
- // margin-left: auto;
284
- // margin-right: auto;
282
+ // margin-inline: auto;
285
283
// object-fit: cover;
286
284
287
285
// border-radius: var(--gap-xl);
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ onMounted(() => {
69
69
@media (max-width : 999px ) {
70
70
#vanilla-embed {
71
71
width : 100% !important ;
72
- margin-left : -1em !important ;
72
+ margin-inline-start : -1em !important ;
73
73
}
74
74
}
75
75
You can’t perform that action at this time.
0 commit comments