popuo-desktop

This commit is contained in:
2026-07-11 19:23:33 +03:30
parent 3c1dd34370
commit 8816d23fdd
3 changed files with 9 additions and 6 deletions

View File

@@ -382,6 +382,10 @@
height: 292px;
border-radius: 0;
}
.close-popup svg {
width: 24px;
height: 24px;
}
}
@media screen and (max-width: 576px) {

View File

@@ -418,7 +418,7 @@ a.portfolio-nav-project-btn:hover {
position: relative;
/* top: 69px; */
/* width: 794px; */
height: 892px;
/* height: 892px; */
overflow: visible;
transition:
width 0.5s ease,
@@ -433,7 +433,7 @@ a.portfolio-nav-project-btn:hover {
}
.portfolio-modal {
width: 704px;
height: 75vh;
height: 92vh;
background: #ffffff;
border-radius: 7px;
overflow: hidden;
@@ -459,7 +459,7 @@ a.portfolio-nav-project-btn:hover {
}
.portfolio-logo-wrapper.mobile-view .portfolio-modal {
width: 360px;
height: 87vh;
height: 91vh;
}
.close-popup {
position: absolute;
@@ -721,7 +721,7 @@ body.dragging-scroll {
align-items: flex-start;
gap: 48px;
position: relative;
top: 69px;
top: 39px;
transition: transform 0.3s ease;
}
.side-buttons {

View File

@@ -343,8 +343,7 @@
<symbol
id="close-circle"
width="40"
height="40"
viewBox="0 0 40 40"
fill="none"
xmlns="http://www.w3.org/2000/svg"

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB