Skip to content

Commit

Permalink
Changed the line-height setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
7131 committed Jul 11, 2022
1 parent 8f90b1b commit c192200
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions default.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
@charset "utf-8";

article {
line-height: 1.8;
margin-bottom: 10ex;
}

Expand All @@ -27,6 +28,10 @@ canvas {

@media (min-width: 768px) {

article {
line-height: 1.5;
}

#pattern {
width: 300px;
}
Expand Down
5 changes: 5 additions & 0 deletions test.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
@charset "utf-8";

article {
line-height: 1.8;
margin-bottom: 10ex;
}

Expand Down Expand Up @@ -43,6 +44,10 @@ table.code tr td {

@media (min-width: 768px) {

article {
line-height: 1.5;
}

input[type="button"] {
width: auto;
}
Expand Down

0 comments on commit c192200

Please sign in to comment.