Skip to content

Commit

Permalink
Better style for ipad
Browse files Browse the repository at this point in the history
  • Loading branch information
abadi199 committed Jan 30, 2020
1 parent 4672c34 commit aa7fe09
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@
display: grid;
position: relative;
.phoneme {
width: 200px;
height: 300px;
width: 100px;
height: 150px;
margin: 10px 10px;
border-top-width: 20px;
}
Expand Down Expand Up @@ -117,10 +117,10 @@
.view {
.phoneme {
border-top-width: 40px;
margin: 0 40px;
width: 400px;
height: 600px;
font-size: 300px;
margin: 0 20px;
width: 200px;
height: 300px;
font-size: 250px;
}
}
}

0 comments on commit aa7fe09

Please sign in to comment.