aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/style.css4
-rw-r--r--assets/style.scss4
2 files changed, 4 insertions, 4 deletions
diff --git a/assets/style.css b/assets/style.css
index 84b89e6..94e4bab 100644
--- a/assets/style.css
+++ b/assets/style.css
@@ -12103,7 +12103,7 @@ a {
margin: 2% 2% 0 2%;
}
.flag {
- width: 8%;
+ width: 52.25px;
box-sizing: border-box;
}
body .main-content {
@@ -12116,7 +12116,7 @@ a {
}
@media (max-width: 400px) {
.flag {
- width: 15%;
+ width: 52.25px;
box-sizing: border-box;
}
}
diff --git a/assets/style.scss b/assets/style.scss
index eb40f77..c40da5e 100644
--- a/assets/style.scss
+++ b/assets/style.scss
@@ -223,7 +223,7 @@ a {
}
.flag {
- width: 8%;
+ width: 52.250px;
box-sizing: border-box;
}
@@ -239,7 +239,7 @@ a {
@media (max-width: 400px) {
.flag {
- width: 15%;
+ width: 52.250px;
box-sizing: border-box;
}
}