Float about accent
This commit is contained in:
11
styles.css
11
styles.css
@@ -386,19 +386,24 @@ button {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.about__content .section-head {
|
.about__content .section-head {
|
||||||
|
position: relative;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
margin-bottom: 2rem;
|
margin-bottom: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.about__content .section-head .section-title {
|
.about__content .section-head .section-title {
|
||||||
|
position: relative;
|
||||||
|
z-index: 1;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
max-width: none;
|
max-width: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.section-head__accent--about {
|
.section-head__accent--about {
|
||||||
order: -1;
|
position: absolute;
|
||||||
margin-top: calc(0.4rem + 50px);
|
top: calc(0.4rem + 50px);
|
||||||
margin-right: 0.5rem;
|
left: -7.5rem;
|
||||||
|
z-index: 0;
|
||||||
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.about__content .section-head img {
|
.about__content .section-head img {
|
||||||
|
|||||||
Reference in New Issue
Block a user