Tri4 commited on
Commit
6aa44b6
·
verified ·
1 Parent(s): c32edfc

Update static/css/design.css

Browse files
Files changed (1) hide show
  1. static/css/design.css +8 -1
static/css/design.css CHANGED
@@ -73,9 +73,16 @@ body {
73
  }
74
  }
75
 
 
 
 
 
 
 
 
76
  #transcribeButton {
77
  display: block;
78
- margin: 20px auto;
79
  padding: 10px 20px;
80
  background-color: #3498db;
81
  color: white;
 
73
  }
74
  }
75
 
76
+ .controls {
77
+ display: flex;
78
+ flex-direction: column;
79
+ align-items: center;
80
+ margin-top: 20px;
81
+ }
82
+
83
  #transcribeButton {
84
  display: block;
85
+ margin-top: 10px;
86
  padding: 10px 20px;
87
  background-color: #3498db;
88
  color: white;