first commit after reset
[mixstore.git] / web / mixstore / css / static / about.css
CommitLineData
929ca066
BA
1div#maintext {
2 padding-left: 5%;
3 padding-right: 5%;
4 padding-bottom: 15px;
5}
6
7figure {
8 text-align: center;
9}
10
11figure img {
12 width: 75%;
13}
14
15@media screen and (max-width: 500px) {
16figure img {
17 width: 95%;
18 width: 95%;
19}
20}
21
22@media screen and (min-width: 768px) {
23figure img {
24 width: 60%;
25 width: 60%;
26}
27}
28
29@media screen and (min-width: 1024px) {
30figure img {
31 width: 600px;
32 width: 500px;
33}
34}
35
36div.borderbottom {
37 border-bottom: 1px solid grey;
38 margin-bottom: 20px;
39 padding-bottom: 15px;
40}