Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit 2970369

Browse files
fixed on mobile
1 parent aec5e2d commit 2970369

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/sass/_common/table.scss

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,6 @@ table {
106106
#statement-table, #profit-table {
107107
th {
108108
text-align: center;
109-
@media (max-width: 480px) {
110-
text-align: left;
111-
}
112109
}
113110
tr {
114111
& > th.details, & > td.details {
@@ -117,9 +114,6 @@ table {
117114
td {
118115
overflow: initial;
119116
text-align: center;
120-
@media (max-width: 480px) {
121-
text-align: left;
122-
}
123117
}
124118
td.desc {
125119
max-width: 30em;
@@ -132,7 +126,6 @@ table {
132126

133127
.button {
134128
padding: 8px 15px;
135-
position: absolute;
136129
top: 0.25rem;
137130
}
138131
}

0 commit comments

Comments
 (0)