We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e953ad commit 5a983d1Copy full SHA for 5a983d1
src/Styles/Profile.css
@@ -137,7 +137,7 @@
137
138
139
/* Desktop */
140
-@media (max-width: 1024px) {
+/* @media (max-width: 1024px) {
141
.profile-container {
142
max-width: 90%;
143
height: auto;
@@ -154,7 +154,7 @@
154
.super-follow-btn {
155
padding: 10px 40px;
156
}
157
-}
+} */
158
159
/* Tablet */
160
@media (max-width: 768px) {
@@ -167,8 +167,7 @@
167
168
.profile-photo,
169
.follow-me {
170
- width: 100%;
171
- justify-content: space-evenly;
+ width: fit-content;
172
margin-bottom: 1rem;
173
174
0 commit comments