blob: 8e5255fcf7fa6ee0f07bfaca5b72a1e30fe2eba9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
.sbscontainer {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
align-content: center;
}
#addon {
font-size: 4vw;
padding: 1vw;
}
|