Spaces:
Sleeping
Sleeping
francescoKrnl
commited on
Commit
•
d85ccb9
1
Parent(s):
457291e
Update style.css
Browse files
style.css
CHANGED
@@ -29,6 +29,7 @@ body > gradio-app > div > div.main > div.wrap > div.contain{
|
|
29 |
flex-direction: column;
|
30 |
}
|
31 |
#header_block {
|
|
|
32 |
display: flex;
|
33 |
justify-content: space-between;
|
34 |
align-items: center;
|
@@ -67,6 +68,7 @@ h1 {
|
|
67 |
}
|
68 |
|
69 |
#board_row {
|
|
|
70 |
display: flex;
|
71 |
flex-grow:1;
|
72 |
align-items: center;
|
@@ -74,6 +76,7 @@ h1 {
|
|
74 |
}
|
75 |
|
76 |
#radio_row {
|
|
|
77 |
align-self: center;
|
78 |
}
|
79 |
#radio_row .wrap {
|
|
|
29 |
flex-direction: column;
|
30 |
}
|
31 |
#header_block {
|
32 |
+
padding: 10px 0px;
|
33 |
display: flex;
|
34 |
justify-content: space-between;
|
35 |
align-items: center;
|
|
|
68 |
}
|
69 |
|
70 |
#board_row {
|
71 |
+
padding: 20px 0px;
|
72 |
display: flex;
|
73 |
flex-grow:1;
|
74 |
align-items: center;
|
|
|
76 |
}
|
77 |
|
78 |
#radio_row {
|
79 |
+
margin: 15px, 0px;
|
80 |
align-self: center;
|
81 |
}
|
82 |
#radio_row .wrap {
|