Mercurial
comparison mrjunejune/src/resume.css @ 234:1de6f553cbc0
[resume] Add Microsoft Member of Technical Staff role
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Sun, 02 Aug 2026 18:27:15 -0700 |
| parents | 3bdfffaad162 |
| children | 38bd030ebea4 |
comparison
equal
deleted
inserted
replaced
| 233:d27054a14579 | 234:1de6f553cbc0 |
|---|---|
| 172 justify-content: space-between; | 172 justify-content: space-between; |
| 173 gap: 1em; | 173 gap: 1em; |
| 174 flex-wrap: wrap; | 174 flex-wrap: wrap; |
| 175 } | 175 } |
| 176 | 176 |
| 177 @media print { | |
| 178 @page { | |
| 179 size: A4; | |
| 180 margin: 10mm 12mm; | |
| 181 } | |
| 182 | |
| 183 html, | |
| 184 body { | |
| 185 background: #fff; | |
| 186 color: #111; | |
| 187 font-size: 9pt; | |
| 188 line-height: 1.25; | |
| 189 } | |
| 190 | |
| 191 header, | |
| 192 footer, | |
| 193 #themeToggle, | |
| 194 .info > a, | |
| 195 .info > hr { | |
| 196 display: none !important; | |
| 197 } | |
| 198 | |
| 199 main { | |
| 200 width: auto; | |
| 201 max-width: none; | |
| 202 margin: 0; | |
| 203 padding: 0; | |
| 204 } | |
| 205 | |
| 206 a { | |
| 207 color: inherit; | |
| 208 text-decoration: none; | |
| 209 } | |
| 210 | |
| 211 a::before { | |
| 212 display: none !important; | |
| 213 } | |
| 214 | |
| 215 .header-firstname-style, | |
| 216 .header-lastname-style { | |
| 217 font-size: 20pt; | |
| 218 } | |
| 219 | |
| 220 .header-social-style { | |
| 221 font-size: 8.5pt; | |
| 222 line-height: 1.3; | |
| 223 } | |
| 224 | |
| 225 .sub-header { | |
| 226 margin-top: 8px; | |
| 227 } | |
| 228 | |
| 229 .section-style { | |
| 230 font-size: 12pt; | |
| 231 } | |
| 232 | |
| 233 .paragraph-style, | |
| 234 .skill-type-style, | |
| 235 .entry-title-style, | |
| 236 .entry-location-style, | |
| 237 .entry-position-style, | |
| 238 .entry-date-style, | |
| 239 .description-style { | |
| 240 font-size: 8.5pt; | |
| 241 line-height: 1.3; | |
| 242 } | |
| 243 | |
| 244 .description-style { | |
| 245 margin: 2px 0 5px; | |
| 246 padding-left: 16px; | |
| 247 text-align: left; | |
| 248 } | |
| 249 | |
| 250 .description-style li { | |
| 251 margin-bottom: 2px; | |
| 252 } | |
| 253 | |
| 254 .flex-box { | |
| 255 gap: 6px; | |
| 256 } | |
| 257 } | |
| 258 | |
| 177 /* Mobile responsive styles */ | 259 /* Mobile responsive styles */ |
| 178 @media (max-width: 720px) { | 260 @media (max-width: 720px) { |
| 179 .header-firstname-style, | 261 .header-firstname-style, |
| 180 .header-lastname-style { | 262 .header-lastname-style { |
| 181 font-size: 2rem; | 263 font-size: 2rem; |