Skip to content

Commit 8996269

Browse files
committed
fix: mobile margins 2
1 parent 37a6183 commit 8996269

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

src/components/sections/HighlightSection.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ ul {
258258
259259
@media screen and (max-width: 400px) {
260260
.social-medias {
261-
margin-top: 3em;
261+
margin-top: 3.5em;
262262
}
263263
}
264264

src/components/sections/ProjectsSection.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,4 +261,10 @@ const showNavigation = computed(() => {
261261
width: 100%;
262262
}
263263
}
264+
265+
@media screen and (max-width: 400px) {
266+
.project-slider {
267+
margin-top: 4em;
268+
}
269+
}
264270
</style>

0 commit comments

Comments
 (0)