-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle-4-centi.css
53 lines (36 loc) · 887 Bytes
/
style-4-centi.css
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
/* For Medium Sized Devices, like Tablet */
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html, body, textarea {
font-size:20px;
}
.teaser h2 {
margin-bottom:0.5em;
font-size:30px;
}
/*--------------------------------------------------------------
# Repeating Visual Patterns
--------------------------------------------------------------*/
hr:before{
left: 45%;
}
/*--------------------------------------------------------------
# Mosaic
--------------------------------------------------------------*/
/* Only 4x Boxes á 3 Columns fit here */
.mosaic {
max-width: 712px;
margin:auto;
}
.mosaic > *:nth-child(2n+2) {
margin-right:20px;
}
.mosaic > *:nth-child(3n+3) {
margin-right:20px;
}
.mosaic > *:nth-child(4n+4) {
margin-right:0px;
}
.mosaic img {
}