Skip to content

Commit 94b8735

Browse files
committed
[PRAC/cont] Test CRM-app with Browsersync
Organize mobile browsing.. correcting the table "width". Worth noting: - that mobile browsing was performed without the server component (there was an "empty" table). core: B-3 / JS-BL
1 parent ab331e4 commit 94b8735

File tree

1 file changed

+4
-0
lines changed
  • core-courses/3-js-basic-level/practicum-js-basic-level/sb-crm-client/css

1 file changed

+4
-0
lines changed

core-courses/3-js-basic-level/practicum-js-basic-level/sb-crm-client/css/crm-output.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@
5757
table-layout: fixed;
5858
}
5959

60+
.table {
61+
width: 1180px;
62+
}
63+
6064
.crm__output-table:not(:last-of-type) {
6165
margin-bottom: 10px;
6266
}

0 commit comments

Comments
 (0)