Fixed everything on the left side being converted into image

This commit is contained in:
BOTAlex 2024-06-11 00:50:26 +02:00
parent 94d3d722ae
commit 62e803868c
1 changed files with 41 additions and 28 deletions

View File

@ -65,6 +65,7 @@
<LinkedInQR/>
</div>
</div>
<div id="leftSectionSeperator"><div/></div>
<div id="right-section">
<AlexWatermark/>
<div id="TopRightSkillsText">
@ -155,8 +156,6 @@
background-color: #bdd6ee;
width: calc(100% / 3 * 1);
filter: drop-shadow(1mm 1mm 1mm #00000042);
> div:last-child {
z-index: 1;
width: 100%;
@ -194,6 +193,20 @@
}
.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 {
#TopRightSkillsText {
position: absolute;