Skip to content

Commit

Permalink
Merge pull request #3 from Kazuki-tam/feature/lint-fix
Browse files Browse the repository at this point in the history
Update: scss
  • Loading branch information
Kazuki-tam authored Sep 16, 2022
2 parents 88ed825 + 6be5fd5 commit a9badc4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pure-liquid",
"version": "0.1.0",
"version": "0.1.1",
"description": "Starter kit with Liquid for static website.",
"author": "Kazuki Yonemoto (https://dev.to/tim_yone)",
"license": "MIT",
Expand Down
20 changes: 10 additions & 10 deletions src/assets/scss/object/project/_heading-project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,23 @@
}

.p-heading--main-title {
text-align: center;
letter-spacing: 2px;
font-size: get-vw(40px);
font-weight: 500;
color: var(--color-brand-primary);
@include media-query(md) {
width: 11ch;
font-size: get-rem(68px);
}

overflow: hidden;
width: 10ch;
margin: 0 auto;
text-align: center;
white-space: nowrap;
letter-spacing: 2px;
font-size: get-vw(40px);
font-weight: 500;
line-height: 1;
border-right: 5px solid var(--color-brand-primary);
color: var(--color-brand-primary);
animation: typing 3s steps(18), blink 0.4s step-end infinite alternate;

@include media-query(md) {
width: 11ch;
font-size: get-rem(68px);
}
}

.p-heading--main-subtitle {
Expand Down

0 comments on commit a9badc4

Please sign in to comment.