-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
36 lines (29 loc) · 764 Bytes
/
Copy pathstyles.css
File metadata and controls
36 lines (29 loc) · 764 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
/* general spacing */
main.content { margin-top: 1rem; }
/* profile card on the left */
.avatar {
width: 220px;
height: 220px;
object-fit: cover;
border-radius: 50%;
display: block;
margin: 0 0 1rem 0;
box-shadow: 0 2px 10px rgba(0,0,0,.15);
}
.profile-card { font-size: 1rem; }
.icons a {
font-size: 1.4rem;
margin-right: .6rem;
text-decoration: none;
}
/* make icon links readable on all themes */
.icons a:link, .icons a:visited { color: inherit; }
/* Increase base font size for body text */
body {
font-size: 1.125rem; /* ~18px, scales with user zoom settings */
line-height: 1.6;
}
/* Slightly larger headings for better hierarchy */
h1, .h1 { font-size: 2.2rem; }
h2, .h2 { font-size: 1.8rem; }
h3, .h3 { font-size: 1.5rem; }