BraydenMoore commited on
Commit
b4b6b3c
·
1 Parent(s): 7b7505e

Update styling

Browse files
Files changed (1) hide show
  1. Templates/index.html +12 -3
Templates/index.html CHANGED
@@ -86,7 +86,7 @@
86
  border: none;
87
  border-radius: 5px;
88
  margin-top: 40px;
89
- width: 90%;
90
  transition: all 0.3s ease;
91
  }
92
  button:hover {
@@ -193,7 +193,7 @@
193
  background: rgb(61, 61, 61);
194
  margin-top: 50px;
195
  margin-bottom: 50px;
196
- width: 90%;
197
  }
198
 
199
  .label {
@@ -271,7 +271,7 @@
271
  }
272
 
273
  #modelDetails {
274
- width: 90%;
275
  display: inline-block;
276
  }
277
 
@@ -298,6 +298,15 @@
298
  .table-div{
299
  overflow-x: scroll;
300
  }
 
 
 
 
 
 
 
 
 
301
  }
302
 
303
  </style>
 
86
  border: none;
87
  border-radius: 5px;
88
  margin-top: 40px;
89
+ width: 80%;
90
  transition: all 0.3s ease;
91
  }
92
  button:hover {
 
193
  background: rgb(61, 61, 61);
194
  margin-top: 50px;
195
  margin-bottom: 50px;
196
+ width: 80%;
197
  }
198
 
199
  .label {
 
271
  }
272
 
273
  #modelDetails {
274
+ width: 80%;
275
  display: inline-block;
276
  }
277
 
 
298
  .table-div{
299
  overflow-x: scroll;
300
  }
301
+ .divider {
302
+ width: 90%;
303
+ }
304
+ #modelDetails {
305
+ width: 90%;
306
+ }
307
+ .button {
308
+ width: 90%;
309
+ }
310
  }
311
 
312
  </style>