Skip to content

Commit cedb906

Browse files
committed
fix mobile style
1 parent 52085ed commit cedb906

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

widgets/src/components/styles.css

+6-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
font-size: 1rem;
55
min-width: 400px;
66
box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
7+
8+
@media (max-width: 768px) {
9+
font-size: 0.875rem;
10+
min-width: 320px;
11+
}
712
}
813

914
.styled-table thead tr {
@@ -49,7 +54,7 @@
4954

5055
.grant-box {
5156
width: 300px;
52-
height: 150px;
57+
height: 170px;
5358
overflow: hidden;
5459
padding: 1rem;
5560
margin-bottom: 1rem;

0 commit comments

Comments
 (0)