forked from ds4sj/ds4sj.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom.css
More file actions
59 lines (46 loc) · 905 Bytes
/
Copy pathcustom.css
File metadata and controls
59 lines (46 loc) · 905 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,300;0,400;0,500;1,300;1,400&display=swap');
body {
font-family: "Fira Sans", sans-serif;
}
td {
/* height: 50px; */
vertical-align: top;
}
.smaller {
font-size: 0.8em;
}
@media only screen and (max-width: 700px) {
.syllabus-description-table-header {
min-width: 5em;
}
}
.page-number{
min-width: 3em;
vertical-align: top;
padding-bottom: .5em;
}
.note {
padding-bottom: .5em;
}
.float-left {
float: left;
margin-right: 2rem;
margin-top: 1rem;
margin-bottom: 2rem;
}
.img-profile {
float: left;
margin-right: 3%;
margin-top: 0%;
margin-bottom: 1%;
}
.img-responsive {
width: 25%;
}
@media only screen and (max-width: 400px) {
.img-responsive {
width: 100%;
margin-left: 0;
margin-right: 0;
}
}