Skip to content

Commit 54461ce

Browse files
committed
fix: width 100% для секции
1 parent d790601 commit 54461ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/section/app-section.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ defineProps({
107107
@use '@/assets/styles/fonts' as *;
108108
109109
.section {
110+
width: 100%;
111+
112+
110113
& + & {
111114
margin-top: 40px;
112115
}

0 commit comments

Comments
 (0)