summaryrefslogtreecommitdiffhomepage
path: root/src/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/style.css b/src/style.css
index 96902fa..2e96bfc 100644
--- a/src/style.css
+++ b/src/style.css
@@ -624,6 +624,10 @@ div .country-table:not(:first-child) {
border-radius: 0 16px 16px 0;
}
+.country-table tr:first-child:last-child td:first-child:last-child {
+ border-radius: 16px 16px 16px 16px;
+}
+
.coin-table {
width: calc(95% + 32px);
white-space: nowrap;