mirror of
https://github.com/kremalicious/portfolio.git
synced 2025-01-05 11:25:00 +01:00
style tweaks
This commit is contained in:
parent
21cb1a1ffa
commit
b46b006dd7
@ -228,5 +228,9 @@
|
|||||||
"language": "German",
|
"language": "German",
|
||||||
"fluency": "Native speaker"
|
"fluency": "Native speaker"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"meta": {
|
||||||
|
"canonical": "https://matthiaskretschmann.com/resume",
|
||||||
|
"lastModified": ""
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -17,6 +17,10 @@
|
|||||||
height: $font-size-base * 0.9;
|
height: $font-size-base * 0.9;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media print {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.checkboxContainer {
|
.checkboxContainer {
|
||||||
|
@ -9,14 +9,14 @@
|
|||||||
&::before {
|
&::before {
|
||||||
content: '';
|
content: '';
|
||||||
display: block;
|
display: block;
|
||||||
width: $font-size-base;
|
width: $font-size-mini;
|
||||||
height: $font-size-base;
|
height: $font-size-mini;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
background: $body-background-color;
|
background: $body-background-color;
|
||||||
border: 0.1rem solid $color-headings;
|
border: 0.1rem solid $color-headings;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: -($font-size-base / 1.8);
|
left: -($font-size-mini / 1.8);
|
||||||
top: 0;
|
top: 0.15rem;
|
||||||
|
|
||||||
:global(.dark) & {
|
:global(.dark) & {
|
||||||
background: $body-background-color--dark;
|
background: $body-background-color--dark;
|
||||||
@ -64,16 +64,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media print {
|
@media print {
|
||||||
|
.resumeItem {
|
||||||
|
padding-bottom: $spacer * 2;
|
||||||
|
}
|
||||||
|
|
||||||
.time {
|
.time {
|
||||||
@media (min-width: $screen-md) {
|
|
||||||
text-align: left;
|
text-align: left;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: auto;
|
top: auto;
|
||||||
right: auto;
|
right: auto;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
:global(html) {
|
|
||||||
font-size: 10pt;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@ -92,11 +92,24 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media print {
|
@media print {
|
||||||
|
:global(html) {
|
||||||
|
font-size: 8pt;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
background: #fff !important;
|
||||||
|
margin: 1cm 1.5cm;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
color: silver;
|
||||||
|
}
|
||||||
|
|
||||||
|
.title {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.resume {
|
.resume {
|
||||||
grid-template-columns: 1fr;
|
grid-template-columns: 1fr;
|
||||||
}
|
}
|
||||||
|
|
||||||
:global(html) {
|
|
||||||
font-size: 10pt;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user