Skip to content

Commit 01e14d7

Browse files
committed
Styling fixes
1 parent 816f55a commit 01e14d7

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

components/Overview/index.vue

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -210,16 +210,7 @@ export default {
210210
margin: 0 0 12px;
211211
padding: 32px 26px 8px 0;
212212
font-size: 32px;
213-
background: white;
214-
215-
// .last-update {
216-
// display: block;
217-
// padding-top: 4px;
218-
// font-size: 12px;
219-
// font-weight: 300;
220-
// text-transform: uppercase;
221-
// color: #666666;
222-
// }
213+
background: #ffffff;
223214
}
224215
225216
.section {
@@ -241,7 +232,7 @@ export default {
241232
}
242233
243234
.list {
244-
margin: 0;
235+
margin: 0 -4px;
245236
padding: 0;
246237
247238
@media only screen and (min-width: 768px) {
@@ -252,6 +243,7 @@ export default {
252243
li {
253244
display: block;
254245
margin-top: 16px;
246+
padding: 0 4px;
255247
256248
@media only screen and (min-width: 768px) {
257249
margin-top: 0;

0 commit comments

Comments
 (0)