11 lines
178 B
CSS
11 lines
178 B
CSS
|
|
.python_scan_main {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
padding: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.python_scan_main_form {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
width: 30%;
|
||
|
|
}
|