-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpost_detail.css
More file actions
62 lines (57 loc) · 1.11 KB
/
post_detail.css
File metadata and controls
62 lines (57 loc) · 1.11 KB
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
.post_detailcontainer{
margin-top: 8rem;
}
.post_detailcontainer .post__detailimage{
width: 100%;
height: 800px;
}
.post_detailcontainer h1,h2,h3{
color: #3a0ca3;
font-weight: bold;
margin-top: 5rem;
margin-bottom: 5rem;
font-size: 42px;
}
.post_detailcontainer h2{
font-size: 36px;
}
.post_detailcontainer h3{
font-size: 24px;
}
.post_detailcontainer p{
font-weight: 500;
font-size: 24px;
}
@media only screen and (max-width:850px){
.post_detailcontainer{
margin-top: 0;
}
.post_detailcontainer .post__detailimage{
width: 100%;
height: 250px;
}
.post_detailcontainer p{
font-size: 14px !important;
}
.post_detailcontainer h1,h2,h3{
margin-top: 3rem;
margin-bottom: 3rem;
font-size: 20px;
text-align: center;
}
.post_detailcontainer h2{
font-size: 18px;
}
.post_detailcontainer h3{
font-size: 16px;
}
.menu__kapali{
margin-right: 1.5rem;
}
.menu__acik{
margin-right: 1.5rem;
}
.lefts{
float: left;
}
}