Skip to content

Commit f55ec4b

Browse files
better
1 parent c9ae632 commit f55ec4b

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

index.css

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ body {
3737
text-align: center;
3838
}
3939
button{
40-
padding: 5px 10px;
41-
font-size: 16px;
40+
/* padding: 5px 10px;
41+
font-size: 16px; */
4242
}
4343
#perturbation-id-input{
4444
width: 25em;
@@ -161,7 +161,7 @@ canvas{
161161
}
162162

163163
#controller-selector-container{
164-
margin-right: 5px;
164+
margin-right: 8px;
165165
}
166166
#controller-selector-form{
167167
display: flex;
@@ -178,8 +178,10 @@ canvas{
178178
grid-template-columns: auto auto;
179179
grid-template-rows: auto auto;
180180
gap: 10px;
181-
padding-left: 3px;
182-
border-left: 5px solid black;
181+
padding-left: 4px;
182+
border-left: 2px solid black;
183+
padding-top: 2px;
184+
padding-bottom: 3px;
183185
}
184186
.policy-container-item{
185187
display: flex;

0 commit comments

Comments
 (0)