-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.scss
More file actions
43 lines (34 loc) · 732 Bytes
/
main.scss
File metadata and controls
43 lines (34 loc) · 732 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
---
---
@import "minima";
@import "bootstrap";
.social-media-list {
text-align: left;
list-style-position: inside;
}
.icon > svg {
height: 16px;
}
.tab {
padding-left: 8px;
}
.card > img {
object-fit: cover;
object-position: 0 0;
vertical-align: bottom;
}
.example-box {
background-color: #e7f3fe; /* A light blue background */
border-left: 5px solid #2196F3; /* A solid blue left border */
padding: 15px 20px; /* Add some space inside the box */
margin: 20px 0; /* Add some space outside the box */
border-radius: 5px; /* Optional: rounded corners */
color: #333; /* Darker text for readability */
}
.example-box h4 {
margin-top: 0;
color: #2196F3;
}
.small-header {
font-size: 1.5rem;
}