summaryrefslogtreecommitdiff
path: root/src/static/stylesheets/index.css
blob: ea520fb7afb3c8010949ca42a79f6129fe114013 (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
51
52
53
54
55
56
57
58
59
60
61
62
63
.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;
}

.copyable {
    cursor: pointer;
}

.copyable:hover, .copyable:focus {
    text-decoration: underline;
}

#basenamering {
    justify-content: start;
    gap: 30px;
    margin-top: 10px;
}

#basenamering .arrow {
    text-decoration: underline;
}

#qas {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
}

#random-img {
    padding: 20px;
    max-width: 250px;
}

.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
*/