-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
55 lines (47 loc) · 1.11 KB
/
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
<style>
h2.entry-title {
padding-left: 0rem;
font-size: 26px !important;
margin-top:-6%;
margin-bottom: 5%;
position: relative;
font-family: 'True North',Helvetica,Arial,Lucida,sans-serif;
font-weight: 500;
text-transform: uppercase;
}
.et_pb_post{
border-radius: 6px;
box-shadow: 0px 15px 25px 0 slategray;
}
.et_pb_post:hover{
box-shadow: 0px 15px 35px 0 slategray;
transition-duration: 0.2s, 0.2s;
}
.more-link{
text-align: center;
position: relative;
padding-bottom: 0.7rem;
padding-top: 0.7rem;
display: block;
border-radius: .25rem;
background-color: #59C885;
letter-spacing: .025em;
margin-top: 10%;
margin-right: 15%;
margin-left: 15%;
text-transform: uppercase;
font-family: 'True North' !important;
}
.more-link:hover {
text-decoration: bold !important;
}
.post-content{
margin-top: -30px;
}
.et_pb_image_container img{
border-radius: 6px 6px 0px 0px;
-webkit-clip-path: polygon(0% 0%, 0% 90%, 100% 100%, 100% 0%);
clip-path: polygon(0% 0%, 0% 90%, 100% 100%, 100% 0%);
margin-left: 1px;
padding-right: 2px;
}