forked from BulmaTemplates/bulma-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog.css
More file actions
49 lines (40 loc) · 992 Bytes
/
Copy pathblog.css
File metadata and controls
49 lines (40 loc) · 992 Bytes
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
body {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
background-color: #fff;
}
.columns.is-fullheight {
margin-bottom: 0;
}
.footer {
margin-top:-10px;
}
.left-side .hero-body {
background-color: #999;
background-image: url('https://hd.unsplash.com/photo-1457365050282-c53d772ef8b2');
-ms-background-position-x: center;
-ms-background-position-y: bottom;
background-position: center bottom;
background-size: cover;
}
.left-side .hero-body .title {
color: #fff;
font-weight: lighter;
}
.right-side .hero-body .container {
padding: 40px 30px;
}
.right-side .hero-body .container .column {
padding: 40px 30px;
}
.right-side .hero-body .blog-timestamp {
font-weight: bold;
}
.right-side .hero-body .blog-title {
font-size: 30px;
font-weight: bold;
}
.right-side .hero-body .blog-summary {
font-size: 18px;
font-weight:lighter;
line-height: 1.5;
}