This commit is contained in:
2021-09-12 19:27:19 +02:00
parent 85d6c82ad3
commit 1429a5f924
5 changed files with 64 additions and 6 deletions

BIN
assets/marvin.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 292 KiB

View File

@@ -42,10 +42,6 @@ html, body {
color: var(--dark-gray);
}
body {
padding: 128px;
}
h1 {
font-size: 60px;
line-height: 78px;
@@ -121,6 +117,7 @@ small {
.content {
max-width: 640px;
margin: 128px;
}
.footer {
@@ -169,3 +166,24 @@ small {
width: 8px;
height: 16px;
}
.cv {
display: flex;
gap: 32px;
margin: 0 0 16px 0;
}
.cv div:first-child {
width: 128px;
color: var(--light-gray);
}
.fullpage-img {
position: fixed;
right: 0;
left: 896px;
top: 0;
bottom: 0;
overflow: hidden;
display: flex;
}