Skip to content

Commit 3ac19ae

Browse files
committed
one size fair country buttons
1 parent f0e41f4 commit 3ac19ae

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

website/styles.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1872,7 +1872,7 @@ h4 {
18721872

18731873
.fair-controls {
18741874
display: flex;
1875-
flex-wrap: wrap;
1875+
flex-wrap: nowrap;
18761876
gap: 14px 18px;
18771877
align-items: center;
18781878
justify-content: center;
@@ -1900,6 +1900,13 @@ h4 {
19001900
cursor: pointer;
19011901
}
19021902

1903+
#fair-country-1,
1904+
#fair-country-2 {
1905+
width: 360px;
1906+
min-width: 360px;
1907+
max-width: 360px;
1908+
}
1909+
19031910
.fair-summary {
19041911
display: flex;
19051912
justify-content: center;

0 commit comments

Comments
 (0)