fixup! Bug 40051: Implement 2021 Year End Campaign look in about:tor
[torbutton.git] / chrome / skin / preferences-mobile.css
blobb6d54e8dff63139d13f6d0462896aa595f868579
1 .wrapper {
2 display: flex;
5 .outer-wrapper {
6 display: flex;
7 flex-direction: column;
8 align-items: center;
11 .inner-wrapper {
12 height: 350px;
13 width: 100%;
14 max-width: 600px;
15 flex-direction: column;
16 align-items: center;
19 #torbutton_sec_slider {
20 align-self: stretch;
21 width: auto;
22 height: auto;
25 datalist {
26 display: flex;
27 flex-direction: row;
28 justify-content: space-between;
29 align-self: stretch;
32 p {
33 text-align: justify;
36 div > p {
37 margin-top: 0px;
40 .title {
41 font-weight: bold;
42 line-height: 30px;
45 .wrapper .inner-wrapper * {
46 margin-top: 10px;