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

Update styling

Browse files
Files changed (1) hide show
  1. Templates/index.html +7 -2
Templates/index.html CHANGED
@@ -86,7 +86,7 @@
86
  border: none;
87
  border-radius: 5px;
88
  margin-top: 40px;
89
- width: 100%;
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: 100%;
197
  }
198
 
199
  .label {
@@ -270,6 +270,11 @@
270
  font-weight: bold;
271
  }
272
 
 
 
 
 
 
273
  @keyframes spin {
274
  0% {
275
  transform: rotate(0deg);
 
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
  background: rgb(61, 61, 61);
194
  margin-top: 50px;
195
  margin-bottom: 50px;
196
+ width: 90%;
197
  }
198
 
199
  .label {
 
270
  font-weight: bold;
271
  }
272
 
273
+ #modelDetails {
274
+ width: 90%;
275
+ display: inline-block;
276
+ }
277
+
278
  @keyframes spin {
279
  0% {
280
  transform: rotate(0deg);