Finally some text

This commit is contained in:
2022-10-29 21:00:38 +02:00
parent a62b9aafca
commit b1409b6421
5 changed files with 96 additions and 12 deletions

View File

@ -1,6 +1,12 @@
.preText {
font-size: 1.2em;
}
.personal {
p {
line-height: 1.5;
}
p:first-of-type {
font-size: 1.2em;
}
}
.percentBar {
position: relative;
@ -31,6 +37,7 @@
grid-template-columns: 2em auto;
column-gap: 10px;
padding: 5px;
padding-left: 0;
& > span:first-of-type {
height: 2em;
@ -120,4 +127,41 @@
&:last-of-type {
margin-bottom: 0;
}
}
}
.socials {
display: flex;
flex-direction: row;
align-items: center;
& > * {
margin-right: 30px;
}
& > *:last-of-type {
margin-right: 0;
}
}
.photo {
float: right;
position: relative;
height: max-content;
width: 100%;
max-width: 250px;
border-radius: 1em;
margin-left: 30px;
& * {
border-radius: 1em;
}
@media screen and (max-width: 500px) {
& {
float: none;
margin: 0 auto;
max-width: 100%;
border-radius: 1em;
}
}
}

View File

@ -53,5 +53,8 @@ body {
a.nostyle {
text-decoration: inherit;
}
a.nocolor, a.nostyle {
color: inherit;
}