Skip to content

Commit

Permalink
fix demo page css
Browse files Browse the repository at this point in the history
  • Loading branch information
samwest committed Jun 5, 2020
1 parent 3615e5e commit 20ba0a8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,9 @@ a {
line-height: 1;
top: .3em;
}
.Mv .Mv-title {
font-size: 55px;
}
.Inner {
padding: 30px 40px;
}
Expand Down
8 changes: 8 additions & 0 deletions data/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,14 @@ a{

}

.Mv {

.Mv-title {
font-size: 55px;
}

}

.Inner{
padding: 30px 40px;
}
Expand Down

0 comments on commit 20ba0a8

Please sign in to comment.