-
Notifications
You must be signed in to change notification settings - Fork 4
/
style.css
67 lines (57 loc) · 1004 Bytes
/
style.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
/*
Theme Name: Reviews
Description: Description goes here.
Author: Morten Rand-Hendriksen
Version: 0.1
Template: simone
*/
@import url('../simone/style.css');
.movie-info {
background: hsl(0, 0%, 95%);
margin-bottom: 2rem;
}
.movie-poster img {
display: block;
}
.movie-data,
.short-review {
width: 100%;
padding: 2rem 2rem 0;
font-family: 'Lato', sans-serif;
}
.movie-tax {
margin-bottom: 1.5rem;
font-size: 16px;
}
.entry-content .movie-data-title {
font-size: 1.8rem;
margin-bottom: 0;
}
.short-review {
clear: both;
}
.short-review p {
font-size: 16px;
}
@media screen and (min-width: 446px) {
.movie-poster,
.movie-data {
max-width: 50%;
float: left;
}
}
@media screen and (min-width: 750px){
.short-review {
padding-top: 0;
max-width: 50%;
float: left;
clear: none;
}
}
.reviewer-name {
width: 70px;
display: inline-block;
}
.grey {
color: hsl(0, 0%, 70%);
}