Fixed everything on the left side being converted into image
This commit is contained in:
parent
94d3d722ae
commit
62e803868c
|
@ -65,6 +65,7 @@
|
||||||
<LinkedInQR/>
|
<LinkedInQR/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div id="leftSectionSeperator"><div/></div>
|
||||||
<div id="right-section">
|
<div id="right-section">
|
||||||
<AlexWatermark/>
|
<AlexWatermark/>
|
||||||
<div id="TopRightSkillsText">
|
<div id="TopRightSkillsText">
|
||||||
|
@ -155,8 +156,6 @@
|
||||||
background-color: #bdd6ee;
|
background-color: #bdd6ee;
|
||||||
width: calc(100% / 3 * 1);
|
width: calc(100% / 3 * 1);
|
||||||
|
|
||||||
filter: drop-shadow(1mm 1mm 1mm #00000042);
|
|
||||||
|
|
||||||
> div:last-child {
|
> div:last-child {
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -194,6 +193,20 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.decorations {
|
.decorations {
|
||||||
|
#leftSectionSeperator{
|
||||||
|
position: relative;
|
||||||
|
height: 100%;
|
||||||
|
width: 0%;
|
||||||
|
z-index: 1;
|
||||||
|
overflow: visible;
|
||||||
|
> div {
|
||||||
|
position: absolute;
|
||||||
|
height: 100%;
|
||||||
|
width: 5mm;
|
||||||
|
z-index: 1;
|
||||||
|
background: linear-gradient(90deg, #3636364f, #00000000);
|
||||||
|
}
|
||||||
|
}
|
||||||
> div {
|
> div {
|
||||||
#TopRightSkillsText {
|
#TopRightSkillsText {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
Loading…
Reference in New Issue