blob: 316daee178d66bef423342ac7545ce7f873dcb5d (
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
41
42
43
44
45
46
47
48
49
50
|
.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;
}
#basenamering {
justify-content: start;
gap: 30px;
margin-top: 10px;
}
#basenamering .arrow {
text-decoration: underline;
}
#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
*/
|