Skip to content

Commit

Permalink
npm run fix
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <[email protected]>
  • Loading branch information
smorimoto committed Jan 18, 2025
1 parent 6f09a0f commit e736890
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion _sass/_a11y.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
width: 1px;
height: 1px;
overflow: hidden;
white-space: nowrap;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(100%);
white-space: nowrap;
}

:focus {
Expand Down
12 changes: 6 additions & 6 deletions _sass/_featurelist.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
padding-left: 0.5rem;
margin-top: 0.5rem;
color: white;
text-decoration: none;
word-break: break-all;
text-decoration: none;
opacity: 1;

&:hover {
Expand Down Expand Up @@ -68,16 +68,16 @@

&__status {
float: left;
clear: both;
padding: 0;
margin-top: 0;
clear: both;
list-style: none;

@media (min-width: variables.$bp-tablet) {
float: right;
clear: none;
padding: 0 5px;
margin-top: 0.5rem;
clear: none;
}
}

Expand Down Expand Up @@ -142,16 +142,16 @@
}

&__desc {
clear: both;
display: block;
padding: 0;
margin: 1em 0;
clear: both;
}

&__author {
clear: both;
padding-top: 0;
margin: 0;
clear: both;
font-weight: 800;
}

Expand All @@ -163,8 +163,8 @@
cursor: pointer;

&::before {
display: block;
float: right;
display: block;
width: 1.2rem;
height: 1.2em;
margin-left: 0.5rem;
Expand Down
4 changes: 2 additions & 2 deletions _sass/_page-footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
@use "variables";

.synopsis {
clear: both;
width: 100%;
padding: 0 4% variables.$grid-gutter;
overflow: auto;
clear: both;
font-weight: 400;
}

Expand Down Expand Up @@ -59,8 +59,8 @@

.icon {
float: left;
padding-right: 1em;
clear: left;
padding-right: 1em;
}

.icon path {
Expand Down

0 comments on commit e736890

Please sign in to comment.