We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 715e445 commit 90e3216Copy full SHA for 90e3216
src/styles/DisplayTable.css
@@ -29,15 +29,7 @@ table {
29
transition: all .4s;
30
}
31
32
-@media (max-width: 600px) {
33
- .tableHead {
34
- margin: 0;
35
- }
36
37
- .tableHead-Button {
38
- padding: 1rem;
39
40
-}
41
42
.tableHead-Button:hover,
43
.tableHead-Button:focus {
@@ -128,4 +120,25 @@ table {
128
120
.spacer-top {
129
121
display: block;
130
122
margin-bottom: .5rem;
123
+}
124
+
125
+@media (max-width: 600px) {
126
+ .tableHead {
127
+ margin: 0;
+ }
+ .tableHead-Button {
131
+ padding: 1rem;
132
133
134
+ .district-td {
135
+ padding: .2rem;
136
137
138
139
+ .districtHead {
140
141
142
+ /* font-size: 1rem; */
143
144
0 commit comments