aboutsummaryrefslogtreecommitdiffstats
path: root/public/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/main.css')
-rw-r--r--public/css/main.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/public/css/main.css b/public/css/main.css
index a1c5653..6065b68 100644
--- a/public/css/main.css
+++ b/public/css/main.css
@@ -4,7 +4,8 @@ input {
4 padding: 0.5rem; 4 padding: 0.5rem;
5} 5}
6 6
7button, .button { 7button,
8.button {
8 display: flex; 9 display: flex;
9 overflow: hidden; 10 overflow: hidden;
10 padding: 12px 12px; 11 padding: 12px 12px;
@@ -33,7 +34,7 @@ button, .button {
33 align-items: center; 34 align-items: center;
34 flex: 0 0 160px; 35 flex: 0 0 160px;
35 box-shadow: 2px 5px 10px #e4e4e4; 36 box-shadow: 2px 5px 10px #e4e4e4;
36 color: #FFFFFF; 37 color: #ffffff;
37 background: #161616; 38 background: #161616;
38} 39}
39 40
@@ -66,4 +67,4 @@ button, .button {
66 67
67td { 68td {
68 word-break: break-all; 69 word-break: break-all;
69} \ No newline at end of file 70}