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 6bcdad0 commit e78b067Copy full SHA for e78b067
frontend/src/views/Home/AboutUs.vue
@@ -8,7 +8,7 @@
8
<div id="aboutus" class="content">
9
<v-container>
10
<HeaderTitle :title="'ABOUT US'" />
11
- <v-row no-gutters justify="end">
+ <v-row no-gutters justify="start" class="about-info">
12
<v-col xs="12" sm="6">
13
<img data-cy="mission-img" contain :src="mission.image" class="image" />
14
</v-col>
@@ -50,4 +50,10 @@ export default {
50
.content {
51
padding-top: 50px;
52
}
53
+.about-info {
54
+ @media screen and (max-width: 900px) {
55
+ flex-direction: column;
56
+ align-items: center;
57
+ }
58
+}
59
</style>
0 commit comments