Browse Source

Fix padding differences between different sizes of results

master
Dylan Baker 1 year ago
parent
commit
ed1c79d762
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      web/assets/style.css

+ 0
- 1
web/assets/style.css View File

88
 
88
 
89
 .form {
89
 .form {
90
   display: flex;
90
   display: flex;
91
-  flex: 1;
92
   flex-direction: column;
91
   flex-direction: column;
93
   margin: 2em auto;
92
   margin: 2em auto;
94
   width: 100%;
93
   width: 100%;

Loading…
Cancel
Save