mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-11-15 01:25:25 +01:00
style tweaks
This commit is contained in:
parent
21cb1a1ffa
commit
b46b006dd7
@ -228,5 +228,9 @@
|
||||
"language": "German",
|
||||
"fluency": "Native speaker"
|
||||
}
|
||||
]
|
||||
],
|
||||
"meta": {
|
||||
"canonical": "https://matthiaskretschmann.com/resume",
|
||||
"lastModified": ""
|
||||
}
|
||||
}
|
||||
|
@ -17,6 +17,10 @@
|
||||
height: $font-size-base * 0.9;
|
||||
}
|
||||
}
|
||||
|
||||
@media print {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.checkboxContainer {
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user