style.css 718 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css');

.gradio-container {
    max-width: 1200px !important;
    margin: auto; /* Centers the element horizontally */
}

h1 {
    text-align: center
}

.wrap.svelte-p4aq0j.svelte-p4aq0j {
    display: none;
}

#column_input, #column_output {
    width: 500px;
    display: flex;
    align-items: center;
}

#input_header, #output_header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 400px;
}

#accessibility {
    text-align: center; /* Center-aligns the text */
    margin: auto; /* Centers the element horizontally */
}

#random_seed {
    height: 71px;
}

#run_button {
    height: 87px;
}