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; height: 292px;
border-radius: 0; border-radius: 0;
} }
.close-popup svg {
width: 24px;
height: 24px;
}
} }
@media screen and (max-width: 576px) { @media screen and (max-width: 576px) {

View File

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

View File

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

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB