-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
130 lines (111 loc) · 2.09 KB
/
styles.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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
/* changge the link color to white - may need to revisit for other links */
p {
line-height: 1.2em;
}
/* Set navigation display and scrolling behaviour */
.navigation-tabs {
/* width: 100vw; */
background-color: white;
/* z-index: 3; */
position: sticky;
/* justify-content: flex-end; */
}
#navigation__name-details {
position: absolute;
left: 0;
font-size: 1.3rem;
color: #048679;
}
.panels-container {
margin: 1em auto;
min-height: 85vh;
}
.about__card {
align-items: center;
}
.about__me {
font-weight: 100;
line-height: normal;
color: slategrey;
margin-top: 20vh;
padding-top: 2em;
}
.about__desc {
font-weight: 300;
color: slategrey;
margin-top: 2vh;
}
p .about__desc {
font-size: 14px;
}
.about__image {
padding-top: 200px;
width: auto;
height: auto;
}
.about__social-media {
max-width: 2em;
padding-left: 1.5em;
padding-bottom: 2em;
}
#about__text {
text-align: center;
max-width: 500px;
}
img.portfolio__article-image {
width: 100%;
height: auto;
background: white;
/* object-fit: contain; */
}
.site-max-width {
max-width: 900px;
margin: auto;
}
/* Pushes TRY IT/REPO to bottom of the card */
.mdl-card__supporting-text {
height: 100%;
}
.port__language-icons {
max-width: 1.5em;
padding-left: 0.5em;
height: 30px;
object-fit: contain;
}
/* if used on a small device, set padding and margin to fit onto page */
@media all and (max-width: 414px) and (orientation: portrait) {
.about__image {
padding-top: 0px;
}
.about__me {
margin-top: 0;
}
}
/* Titles in portfolio page */
#titles {
margin-inline-start: 25px;
margin-top: 20px;
}
.mdl-tooltip {
font-family: Roboto, Helvetica, Arial, sans-serif;
}
#task-api {
background-color: #048679;
}
#pts-border {
border-color: darkcyan;
border-bottom-width: 1px;
}
#feedback-border {
border-color: rgb(211, 160, 22);
border-bottom-width: 1px;
}
.inprogress {
color: rgb(224, 64, 251);
font-family: Roboto, Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-size: 14px;
font-weight: 500;
line-height: 36px;
padding-left: 20px;
}