-
طراحی وبسایت | گیمیفیکیشن
+
طراحی وبسایت | گیمیفیکیشن|طراحی وبسایت | گیمیفیکیشن|طراحی وبسایت | گیمیفیکیشن|طراحی وبسایت | گیمیفیکیشن|طراحی وبسایت | گیمیفیکیشن
طراحی وبسایت اینوا | ترکیب خلاقیت با نوآوری
diff --git a/src/assets/css/portfolio-responsive.css b/src/assets/css/portfolio-responsive.css
index 8d443ae..dc8297a 100644
--- a/src/assets/css/portfolio-responsive.css
+++ b/src/assets/css/portfolio-responsive.css
@@ -248,7 +248,7 @@
display: none;
}
.hero-section {
- padding-right: 19px;
+ padding: 0 19px;
padding-bottom: 122px;
margin-top: 78px;
}
@@ -270,19 +270,13 @@
}
.hero-category {
position: relative;
- display: inline-block;
+ display: flex;
+ flex-wrap: wrap;
+ width: 30%;
}
.hero-category p {
font-size: 13px;
}
- .hero-category::after {
- content: '';
- position: absolute;
- width: 225px;
- height: 1px;
- background: #8898a3;
- margin-top: 8px;
- }
.hero-title {
font-size: 24px;
padding-left: 850px;
diff --git a/src/assets/css/portfolio.css b/src/assets/css/portfolio.css
index 379b4bd..9eaee33 100644
--- a/src/assets/css/portfolio.css
+++ b/src/assets/css/portfolio.css
@@ -75,22 +75,18 @@ section[class*='-section'] {
}
.hero-category {
- position: relative;
- display: inline-block;
+ /* position: relative;
+ display: inline-block; */
+ border-bottom: 1px solid #8898a3;
+ padding-bottom: 8px; /* فاصله متن تا خط */
+ width: fit-content;
}
.hero-category p {
color: #eaeef0;
font-size: 14px;
line-height: 1.8;
}
-.hero-category::after {
- content: '';
- position: absolute;
- width: 225px;
- height: 1px;
- background: #8898a3;
- margin-top: 8px;
-}
+
.hero-title {
font-size: 36px;
line-height: 1.5;
@@ -427,7 +423,7 @@ section[class*='-section'] {
}
.portfolio-logo-wrapper.mobile-view .portfolio-modal {
width: 360px;
- height: 740px;
+ height: 580px;
}
.portfolio-logo-wrapper.mobile-view .desktop-image {
opacity: 0;