Skip to content

Commit 5a983d1

Browse files
committedJun 29, 2024
responsive
1 parent 0e953ad commit 5a983d1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed
 

‎src/Styles/Profile.css

+3-4
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137

138138

139139
/* Desktop */
140-
@media (max-width: 1024px) {
140+
/* @media (max-width: 1024px) {
141141
.profile-container {
142142
max-width: 90%;
143143
height: auto;
@@ -154,7 +154,7 @@
154154
.super-follow-btn {
155155
padding: 10px 40px;
156156
}
157-
}
157+
} */
158158

159159
/* Tablet */
160160
@media (max-width: 768px) {
@@ -167,8 +167,7 @@
167167

168168
.profile-photo,
169169
.follow-me {
170-
width: 100%;
171-
justify-content: space-evenly;
170+
width: fit-content;
172171
margin-bottom: 1rem;
173172
}
174173

0 commit comments

Comments
 (0)