Skip to content

Commit 0aa9396

Browse files
committed
fix: remove padding and margin around image in conclusion section
1 parent c1cc259 commit 0aa9396

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

frontend/src/components/MainSection.vue

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -164,16 +164,12 @@
164164
</section>
165165
</v-col>
166166

167-
<v-col :cols="8">
168-
<section>
169-
<v-container>
167+
<v-col :cols="8" class="no-padding">
170168
<img
171169
src="@/assets/images/thf-sunset.jpg"
172170
alt="Tempelhofer Feld at sunset"
173171
style="width: 100%;"
174172
/>
175-
</v-container>
176-
</section>
177173
</v-col>
178174
</v-row>
179175
</div>
@@ -255,4 +251,7 @@ p {
255251
height: 100vh;
256252
align-self: flex-start;
257253
}
254+
.no-padding {
255+
padding: 0;
256+
}
258257
</style>

0 commit comments

Comments
 (0)