We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1cc259 commit 0aa9396Copy full SHA for 0aa9396
frontend/src/components/MainSection.vue
@@ -164,16 +164,12 @@
164
</section>
165
</v-col>
166
167
- <v-col :cols="8">
168
- <section>
169
- <v-container>
+ <v-col :cols="8" class="no-padding">
170
<img
171
src="@/assets/images/thf-sunset.jpg"
172
alt="Tempelhofer Feld at sunset"
173
style="width: 100%;"
174
/>
175
- </v-container>
176
- </section>
177
178
</v-row>
179
</div>
@@ -255,4 +251,7 @@ p {
255
251
height: 100vh;
256
252
align-self: flex-start;
257
253
}
254
+.no-padding {
+ padding: 0;
+}
258
</style>
0 commit comments