Initial commit
This commit is contained in:
38
src/portfolio/styling/experience.module.scss
Normal file
38
src/portfolio/styling/experience.module.scss
Normal file
@@ -0,0 +1,38 @@
|
||||
@import "/src/styles/helpers";
|
||||
|
||||
.section {
|
||||
@include darkSection;
|
||||
@include regularFont;
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
text-align: center;
|
||||
padding-top: 2em;
|
||||
|
||||
p {
|
||||
text-align: left;
|
||||
text-justify: distribute-all-lines;
|
||||
margin: 0 auto 0 auto;
|
||||
width: 40em;
|
||||
max-width: 70vw;
|
||||
}
|
||||
}
|
||||
|
||||
.job {
|
||||
@include lightSection;
|
||||
padding: 1em;
|
||||
margin: 1em;
|
||||
|
||||
.largerText {
|
||||
font-size: 1.3em;
|
||||
}
|
||||
|
||||
.redText {
|
||||
color: $red;
|
||||
}
|
||||
|
||||
.industry {
|
||||
margin-top: 12px;
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user