-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
style.css
115 lines (97 loc) · 1.62 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
107
108
109
110
111
112
113
114
115
.page-home {
height: 100%;
}
.page-home {
border: 2px solid black;
}
.ninja {
position: fixed;
left: -100px;
bottom: -14px;
height: 7rem;
width: 100%;
object-fit: contain;
object-position: left;
}
.logo {
display: none;
justify-content: space-around;
align-items: center;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
object-fit: scale-down;
}
#homeContent {
display: none;
padding: 3rem;
}
.header img {
width: 100%;
max-height: 300px;
}
.footer img {
-webkit-filter: contrast(260%);
filter: contrast(260%);
width: 80px;
height: 80px;
}
.resume ion-col:first-child {
display: flex;
justify-content: flex-end !important;
margin-right: 60px;
}
.resume ion-label {
font-size: 1.4rem !important;
}
.team {
max-height: 500px;
}
.projects {
opacity: 0;
}
ion-phaser-ce {
position: absolute;
width: 100%;
height: 100%;
}
ion-title {
font-size: 2rem;
margin-top: 1rem;
margin-bottom: 1rem;
letter-spacing: -.03em;
line-height: 1.1;
font-family: Eina, system-ui, sans-serif;;
}
ion-title.ios {
font-size: 1.2rem;
margin-top: 0;
}
ion-card {
box-shadow : 0 2px 5px rgba(0, 0, 0, 0.49), 0 3px 8px rgba(0, 0, 0, 0.40) !important;
}
ion-card img {
width: 100%;
max-height: 300px !important;
object-fit: contain;
}
ion-col p {
font-family: Computer Modern, Garamond, Georgia, serif;
line-height: 1.4;
font-size: 1.5em;
text-align: left;
max-width: 500px;
}
ion-fab {
--overflow: visible;
}
ion-fab-button {
--background: transparent;
--box-shadow: none;
--border-radius: none;
font-size: 3rem;
padding: 0px;
margin: 10px;
}