1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-06-26 03:06:39 +02:00

style tweaks

This commit is contained in:
Matthias Kretschmann 2019-11-18 17:17:47 +01:00
parent 21cb1a1ffa
commit b46b006dd7
Signed by: m
GPG Key ID: 606EEEF3C479A91F
4 changed files with 37 additions and 18 deletions

View File

@ -228,5 +228,9 @@
"language": "German",
"fluency": "Native speaker"
}
]
],
"meta": {
"canonical": "https://matthiaskretschmann.com/resume",
"lastModified": ""
}
}

View File

@ -17,6 +17,10 @@
height: $font-size-base * 0.9;
}
}
@media print {
display: none;
}
}
.checkboxContainer {

View File

@ -9,14 +9,14 @@
&::before {
content: '';
display: block;
width: $font-size-base;
height: $font-size-base;
width: $font-size-mini;
height: $font-size-mini;
border-radius: 50%;
background: $body-background-color;
border: 0.1rem solid $color-headings;
position: absolute;
left: -($font-size-base / 1.8);
top: 0;
left: -($font-size-mini / 1.8);
top: 0.15rem;
:global(.dark) & {
background: $body-background-color--dark;
@ -64,16 +64,14 @@
}
@media print {
.time {
@media (min-width: $screen-md) {
text-align: left;
position: relative;
top: auto;
right: auto;
}
.resumeItem {
padding-bottom: $spacer * 2;
}
:global(html) {
font-size: 10pt;
.time {
text-align: left;
position: relative;
top: auto;
right: auto;
}
}

View File

@ -92,11 +92,24 @@
}
@media print {
:global(html) {
font-size: 8pt;
}
body {
background: #fff !important;
margin: 1cm 1.5cm;
}
p {
color: silver;
}
.title {
margin-bottom: 0;
}
.resume {
grid-template-columns: 1fr;
}
:global(html) {
font-size: 10pt;
}
}