summaryrefslogtreecommitdiff
path: root/global/deploy/assets/css/navbar.css
blob: 9c5ae4e495ff649cb8254348301f3609a4ffa111 (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
div.navbar_parent {
    display: flex;
    flex-flow: column;
    align-items: center;
}

ul.navbar {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    display: inline-flex;
    max-width: 100%;
}

ul.navbar li {
    display: inline;
    text-align: center;
    height: 1rem;
    line-height: 1rem;
}

ul.navbar li.nav_button {
    flex-shrink: 1;
    margin: 0.3rem;
}

ul.navbar li span {
    display: inline-block;
}

ul.navbar li a {
    display: inline-block;
    width: 100%;
}