From 8f66b98324d65f54066af8c68d317dbea8faf2b3 Mon Sep 17 00:00:00 2001 From: MichaelCook Date: Fri, 24 Feb 2017 17:32:36 +0000 Subject: [PATCH] Okay, pens down. --- dist/css/app.css | 2 +- index.html | 1 + src/scss/app.scss | 3 +++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/dist/css/app.css b/dist/css/app.css index 693054a..f014117 100644 --- a/dist/css/app.css +++ b/dist/css/app.css @@ -1 +1 @@ -body{font-size:calc(10px + .5vw)}.container-fluid{max-width:1440px}h2{font-size:20px}th{position:relative;text-transform:capitalize;background:#eef7fd}.react-bs-table{border:1px solid #ddd;border-radius:2px;margin:0}.react-bs-table table td,.react-bs-table table th{white-space:normal;word-break:break-word}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:1px calc(0px + 1vw)}.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>th{padding-right:20px}td:nth-child(1),th:nth-child(1){width:50%}td:nth-child(2),th:nth-child(2){width:22%}td:nth-child(3),th:nth-child(3){width:14%}td:nth-child(4),th:nth-child(4){width:14%}.order{position:absolute;top:1px;right:3px} \ No newline at end of file +body{font-size:calc(10px + .5vw);padding:0 0 30px;font-family:Play,sans-serif}.container-fluid{max-width:1440px;overflow:auto}h2{font-size:20px}th{position:relative;text-transform:capitalize;background:#eef7fd}.react-bs-table{border:1px solid #ddd;border-radius:2px;margin:0}.react-bs-table table td,.react-bs-table table th{white-space:normal;word-break:break-word}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:1px calc(0px + 1vw)}.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>th{padding-right:20px}td:nth-child(1),th:nth-child(1){width:50%}td:nth-child(2),th:nth-child(2){width:22%}td:nth-child(3),th:nth-child(3){width:14%}td:nth-child(4),th:nth-child(4){width:14%}.order{position:absolute;top:1px;right:3px} \ No newline at end of file diff --git a/index.html b/index.html index b81fa15..c9716ca 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,7 @@ Movies for Hackers + diff --git a/src/scss/app.scss b/src/scss/app.scss index 4f7bd3e..caf3ba8 100644 --- a/src/scss/app.scss +++ b/src/scss/app.scss @@ -1,8 +1,11 @@ body { font-size: calc(10px + .5vw); + padding: 0 0 30px; + font-family: 'Play', sans-serif; } .container-fluid { max-width: 1440px; + overflow: auto; } h2 { font-size: 20px;