File tree Expand file tree Collapse file tree 1 file changed +17
-5
lines changed Expand file tree Collapse file tree 1 file changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ table tr td:last-child {
108
108
109
109
table tr th + th + th : last-child ,
110
110
table tr td + td + td : last-child {
111
+ min-width : 320px ;
111
112
width : 100% ;
112
113
}
113
114
@@ -116,7 +117,7 @@ table tr:nth-of-type(odd) {
116
117
}
117
118
118
119
table tbody tr : nth-of-type (even ) {
119
- background-color : # E8E8E8 ;
120
+ background-color : rgba ( 76 , 76 , 76 , 0.1 ) ;
120
121
}
121
122
122
123
table thead tr : nth-of-type (odd ) {
@@ -135,15 +136,26 @@ table thead tr:nth-of-type(odd) {
135
136
}
136
137
}
137
138
139
+ @media only screen and (max-width : 735px ) {
140
+ .docs-next {
141
+ clear : unset;
142
+ float : right;
143
+ }
144
+
145
+ table {
146
+ box-shadow : -10px 0px 10px -10px # 000000 inset;
147
+ display : inline-block;
148
+ max-width : 100% ;
149
+ width : unset;
150
+ }
151
+ }
152
+
153
+
138
154
@media only screen and (min-device-width : 360px ) and (max-device-width : 736px ) {
139
155
/* Better use of screen on mobile */
140
156
.wrapper {
141
157
width : 100% ;
142
158
}
143
-
144
- /* table tr {
145
- box-shadow: -10px 0px 10px -12px #000000 inset;
146
- } */
147
159
}
148
160
149
161
@media only screen and (min-width : 1024px ) {
You can’t perform that action at this time.
0 commit comments