Skip to content

Commit e736890

Browse files
committed
npm run fix
Signed-off-by: Sora Morimoto <[email protected]>
1 parent 6f09a0f commit e736890

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

_sass/_a11y.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
width: 1px;
66
height: 1px;
77
overflow: hidden;
8+
white-space: nowrap;
89
clip: rect(1px, 1px, 1px, 1px);
910
clip-path: inset(100%);
10-
white-space: nowrap;
1111
}
1212

1313
:focus {

_sass/_featurelist.scss

+6-6
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
padding-left: 0.5rem;
2828
margin-top: 0.5rem;
2929
color: white;
30-
text-decoration: none;
3130
word-break: break-all;
31+
text-decoration: none;
3232
opacity: 1;
3333

3434
&:hover {
@@ -68,16 +68,16 @@
6868

6969
&__status {
7070
float: left;
71+
clear: both;
7172
padding: 0;
7273
margin-top: 0;
73-
clear: both;
7474
list-style: none;
7575

7676
@media (min-width: variables.$bp-tablet) {
7777
float: right;
78+
clear: none;
7879
padding: 0 5px;
7980
margin-top: 0.5rem;
80-
clear: none;
8181
}
8282
}
8383

@@ -142,16 +142,16 @@
142142
}
143143

144144
&__desc {
145+
clear: both;
145146
display: block;
146147
padding: 0;
147148
margin: 1em 0;
148-
clear: both;
149149
}
150150

151151
&__author {
152+
clear: both;
152153
padding-top: 0;
153154
margin: 0;
154-
clear: both;
155155
font-weight: 800;
156156
}
157157

@@ -163,8 +163,8 @@
163163
cursor: pointer;
164164

165165
&::before {
166-
display: block;
167166
float: right;
167+
display: block;
168168
width: 1.2rem;
169169
height: 1.2em;
170170
margin-left: 0.5rem;

_sass/_page-footer.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
@use "variables";
33

44
.synopsis {
5+
clear: both;
56
width: 100%;
67
padding: 0 4% variables.$grid-gutter;
78
overflow: auto;
8-
clear: both;
99
font-weight: 400;
1010
}
1111

@@ -59,8 +59,8 @@
5959

6060
.icon {
6161
float: left;
62-
padding-right: 1em;
6362
clear: left;
63+
padding-right: 1em;
6464
}
6565

6666
.icon path {

0 commit comments

Comments
 (0)