Skip to content

Commit 316c5a6

Browse files
committed
fixed flashcard size and font size
1 parent 33b8eed commit 316c5a6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

html/flashcard_graphstats.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7719,13 +7719,13 @@
77197719
@media only screen and (min-width:1000px) {
77207720

77217721
.flip-container, .front, .back {
7722-
height: 550px;
7722+
height: 400px;
77237723
width: min(95%, 640px);
77247724
}
77257725

77267726
.flipper {
77277727
margin-left:20px;
7728-
height: 550px;
7728+
height: 400px;
77297729
}
77307730

77317731
.flashcardtext{
@@ -7742,7 +7742,7 @@
77427742
}
77437743

77447744
.back .flashcardtext{
7745-
font-size: 1.5em;
7745+
font-size: 1.2em;
77467746
}
77477747

77487748
}

0 commit comments

Comments
 (0)