fix blurry skills and page not loading

This commit is contained in:
Dejvino 2026-07-27 20:15:46 +02:00
parent 86b20b2ce5
commit a21ca4b648
2 changed files with 12 additions and 6 deletions

View File

@ -153,27 +153,33 @@
"interests": [ "interests": [
{ {
"name": "Mandolin", "name": "Mandolin",
"caption": "Octave mandolin is my instrument of choice. Wide range of tones, pleasant sound. Great way to relax your mind, explore melodies and harmonies." "caption": "Octave mandolin is my instrument of choice. Wide range of tones, pleasant sound. Great way to relax your mind, explore melodies and harmonies.",
"image": null
}, },
{ {
"name": "Electronics tinkering", "name": "Electronics tinkering",
"caption": "Building a useful device from scratch. Retrofitting modern brains into a broken vintage shell. Electronics is the magic that makes things alive." "caption": "Building a useful device from scratch. Retrofitting modern brains into a broken vintage shell. Electronics is the magic that makes things alive.",
"image": null
}, },
{ {
"name": "Synthwave", "name": "Synthwave",
"caption": "Neon-filled nostalgia. Fun to create, relaxing to listen to it.", "caption": "Neon-filled nostalgia. Fun to create, relaxing to listen to it.",
"image": null
}, },
{ {
"name": "3D Printing & Design", "name": "3D Printing & Design",
"caption": "Designing and printing custom parts that serve a purpose. Unique designs, useful accessories, toys or just repairs." "caption": "Designing and printing custom parts that serve a purpose. Unique designs, useful accessories, toys or just repairs.",
"image": null
}, },
{ {
"name": "Mountain Biking", "name": "Mountain Biking",
"caption": "Going places under your own power. Exploring forests, trails and nature where cars aren't allowed." "caption": "Going places under your own power. Exploring forests, trails and nature where cars aren't allowed.",
"image": null
}, },
{ {
"name": "RC Cars", "name": "RC Cars",
"caption": "Rock crawlers, construction trucks, military vehicles. Building a custom offroad course in the garden to trial them all." "caption": "Rock crawlers, construction trucks, military vehicles. Building a custom offroad course in the garden to trial them all.",
"image": null
} }
] ]
} }

View File

@ -979,6 +979,7 @@ body.cv-mode {
border: none !important; border: none !important;
padding: 0 4px !important; padding: 0 4px !important;
font-size: 0.75em !important; font-size: 0.75em !important;
transform: none !important;
} }
.personal-tags { .personal-tags {
@ -1070,7 +1071,6 @@ body.cv-mode {
.reveal, .reveal,
.fade-out, .fade-out,
.tag,
img { img {
animation: none !important; animation: none !important;
transition: none !important; transition: none !important;