-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
106 lines (87 loc) · 1.32 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
@font-face {
font-family: "Computer Modern";
src: url('cmunbmr.otf');
}
body {
margin-left: 18%;
margin-right: 18%;
text-align:center;
font-size: 15px;
font-family: "Computer Modern";
}
h1 {
margin-bottom:10px
text-align: center;
font-size: 36px;
opacity: 1;
}
h2 {
margin-right:10px;
display:inline-block;
text-align: center;
font-size: 25px;
/* opacity: 0.5; */
}
a {
text-decoration:none
}
a.inactiveLink {
pointer-events: none;
cursor: default;
}
p.blog {
margin-left: auto;
margin-right: auto;
text-align: left;
width: 70%;
}
p.shrug{
font-size: 900%;
line-height: 1%;
height: 1%;
}
#profile{
width:20%;
height:auto;
}
#logo{
width:4%;
height:auto;
}
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
}
@media (max-width: 600px) {
#profile{
width: 40%;
height: auto;
}
p.blog {
font-size: 5vw;
margin-left: -20%;
margin-right: 0%;
text-align: left;
width: 140%;
}
#logo{
width:6%;
height:auto;
}
h1 {
margin-bottom:10px
text-align: center;
font-size: 26px;
opacity: 1;
}
}