Initial adjustments to the website
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
|
||||
21
src/portfolio/styling/extraLinks.module.scss
Normal file
21
src/portfolio/styling/extraLinks.module.scss
Normal 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%;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user