From c1ef896807480268e81db058d091ffa92f0094dd Mon Sep 17 00:00:00 2001 From: Jordan Leslie Date: Thu, 2 Nov 2023 20:08:07 -0400 Subject: [PATCH] more styling --- assets/images/Down.svg | 4 ++++ assets/images/Left.svg | 2 +- assets/images/Right.svg | 2 +- assets/images/Up.svg | 4 ++++ index.html | 2 +- styles.css | 9 +++++++-- 6 files changed, 18 insertions(+), 5 deletions(-) create mode 100644 assets/images/Down.svg create mode 100644 assets/images/Up.svg diff --git a/assets/images/Down.svg b/assets/images/Down.svg new file mode 100644 index 0000000..9ea4f08 --- /dev/null +++ b/assets/images/Down.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/assets/images/Left.svg b/assets/images/Left.svg index 08599a1..397c43a 100644 --- a/assets/images/Left.svg +++ b/assets/images/Left.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/assets/images/Right.svg b/assets/images/Right.svg index 6f5aa79..714cba4 100644 --- a/assets/images/Right.svg +++ b/assets/images/Right.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/assets/images/Up.svg b/assets/images/Up.svg new file mode 100644 index 0000000..94a8c97 --- /dev/null +++ b/assets/images/Up.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/index.html b/index.html index 6844d2f..4654172 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@

A typical conversation of mine this summer in Taiwan

-
    +
    • Hello, my (English) name is Jordan
    • Sorry, my Chinese isn't too good—
    • It's good! you insist,
    • diff --git a/styles.css b/styles.css index ae0cc86..a185aba 100644 --- a/styles.css +++ b/styles.css @@ -46,7 +46,7 @@ p { } .disabled-btn { - opacity: 0.5 !important; + opacity: 0.3 !important; &:hover { cursor: default !important; } @@ -78,6 +78,10 @@ li { font-size: 20px; } +.active-verse { + color: black; +} + #wrapper { display: flex; flex-direction: row; @@ -85,7 +89,7 @@ li { min-height: calc(100vh); } -@media (max-width: 1150px) { +@media (max-width: 1280px) { #wrapper { flex-direction: column; max-height: calc(50vh); @@ -101,6 +105,7 @@ li { overflow: auto; max-height: calc(100vh); background-color: #fffffe; + min-width: 400px; } #statement-selector {