1 parent f0e41f4 commit 3ac19aeCopy full SHA for 3ac19ae
1 file changed
website/styles.css
@@ -1872,7 +1872,7 @@ h4 {
1872
1873
.fair-controls {
1874
display: flex;
1875
- flex-wrap: wrap;
+ flex-wrap: nowrap;
1876
gap: 14px 18px;
1877
align-items: center;
1878
justify-content: center;
@@ -1900,6 +1900,13 @@ h4 {
1900
cursor: pointer;
1901
}
1902
1903
+#fair-country-1,
1904
+#fair-country-2 {
1905
+ width: 360px;
1906
+ min-width: 360px;
1907
+ max-width: 360px;
1908
+}
1909
+
1910
.fair-summary {
1911
1912
0 commit comments