Skip to content

Commit 3633ee8

Browse files
committed
changing flashcard size and font size for blastout and viz.
1 parent ae1a910 commit 3633ee8

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

html/flashcard_blastout.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7588,7 +7588,7 @@
75887588

75897589

75907590
.flip-container, .front, .back {
7591-
height: 500px;
7591+
height: 200px;
75927592
width: 95%;
75937593
}
75947594

@@ -7719,7 +7719,7 @@
77197719
@media only screen and (min-width:1000px) {
77207720

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

@@ -7742,7 +7742,7 @@
77427742
}
77437743

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

77487748
}

html/flashcard_viz.html

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

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

@@ -7742,7 +7742,7 @@
77427742
}
77437743

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

77487748
}

0 commit comments

Comments
 (0)