summaryrefslogtreecommitdiff
path: root/css/nopiracy.css
blob: 58db5c8e944ab84e1d832ad4d796b7fe7ea14dcb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.sbscontainer {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
    align-content: center;
}

#addon {
    font-size: 4vw;
    padding: 1vw;
}

blockquote {
    padding: 1vw;
}