blob: 9f8cda39edc5174105b66efd36e5d0826fc01f2b (
plain)
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
|
.two-section {
display: flex;
flex-direction: row;
gap: 10px;
margin: 10px 0;
}
.two-section .container {
max-width: 400px;
}
#top {
display: flex;
flex-direction: row;
gap: 20px;
max-width: 600px;
}
#profile-links {
justify-content: start;
gap: 4px;
}
#qas {
display: flex;
flex-direction: column;
gap: 20px;
padding: 20px;
}
.button {
image-rendering: auto;
image-rendering: crisp-edges;
image-rendering: pixelated;
image-rendering: -webkit-optimize-contrast;
}
/*
shift around the layout at 650px for mobile screens
*/
|