Initial adjustments to the website

This commit is contained in:
2024-04-10 22:30:01 +01:00
parent 92f4f2d0f7
commit 2d08313b05
17 changed files with 157 additions and 80 deletions

View File

@@ -8,8 +8,10 @@
flex-direction: row;
justify-content: center;
flex-wrap: wrap;
gap: $largeGap;
padding-top: 2em;
gap: $smallGap;
padding: 1em 0 2em;
font-size: 1.15em;
& > div {
text-align: center;
@@ -28,7 +30,7 @@
flex-direction: row;
flex-wrap: wrap;
column-gap: $largeGap;
column-gap: $mediumGap;
row-gap: $smallGap;
@@ -38,7 +40,7 @@
.notes {
font-size: 0.9em;
margin: 0.4em 0 0em;
margin-top: 0.4em;
}
.otherDetails {

View File

@@ -10,10 +10,10 @@
padding-top: 2em;
p {
text-align: left;
text-align: justify;
text-justify: distribute-all-lines;
margin: 0 auto 0 auto;
width: 40em;
width: 42em;
max-width: 70vw;
line-height: 1.7;
}
@@ -21,8 +21,9 @@
.job {
@include lightSection;
width: 100%;
padding: 1em;
margin: 1em;
margin: auto 1em;
.largerText {
font-size: 1.3em;

View File

@@ -0,0 +1,21 @@
@import "@/src/styles/helpers.scss";
.section {
@include lightSection;
@include regularFont;
display: flex;
flex-direction: row;
justify-content: space-evenly;
padding: 3em 6em;
}
.section .otherLinks{
margin: auto 1em;
}
.section .otherLinks h2{
font-size: 115%;
}

View File

@@ -55,7 +55,7 @@
}
.mainContent {
margin: auto 0 0;
margin: 0;
display: flex;
flex-direction: row;
@@ -70,7 +70,6 @@
.text {
line-height: 1.5;
margin: 0 0 auto;
font-size: 2em;
}
@@ -85,7 +84,7 @@
}
.profileContainer {
max-width: 30em;
max-width: 35em;
height: max-content;
display: flex;
position: relative;

View File

@@ -2,12 +2,11 @@
.section {
@include lightSection;
@include fullPage;
@include regularFont;
}
.technology {
font-family: 'Share Tech Mono', monospace;
font-family: 'Ubuntu Mono', monospace;
font-size: 1.4em;
color: $black;
margin: 0.1em;