generated from nicolas-van/bootstrap-4-github-pages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_custom.scss
51 lines (47 loc) · 888 Bytes
/
_custom.scss
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
.main-blog-header {
border-top-color: &bg-primary;
border-top-width: 3px;
border-top-style: solid;
.link{
font-size: 1rem;
padding: 5px;
}
}
.main-content {
span {
font-size: 1.5rem;
}
}
.link {
font-size: 1.5rem;
padding: 7px 15px;
margin: 0;
border-radius: 4%;
transition: all .4s ease-in-out;
text-decoration: none;
font-weight: lighter;
}
.title {
font-size: 2.3rem;
color: black;
}
.fa {
font-size: 1.8em;
text-align: center;
text-decoration: none;
}
/* Add a hover effect if you want */
.fa:hover {
opacity: 0.7;
}
.description {
font-size: 1.1rem;
font-weight: 300;
font-style: normal;
color: #aaa;
margin: 0 auto 30px;
span {
margin-left: 5px;
margin-right: 5px;
}
}