We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f866c6 commit db33e35Copy full SHA for db33e35
web-app/css/scaffolding.css
@@ -70,6 +70,25 @@ table th.desc a:after {
70
background-position: -312px -96px;
71
}
72
73
+@media (max-width:480px) {
74
+ table thead, table td {
75
+ display: none;
76
+ }
77
+
78
+ table tr:first-child td {
79
+ border-top: none;
80
81
82
+ table td:first-child, table td:last-child {
83
+ display: table-cell;
84
+ vertical-align: middle;
85
86
87
+ table td:last-child {
88
+ text-align: right;
89
90
+}
91
92
/* error page */
93
94
pre.snippet code.line {
0 commit comments