Skip to content

Commit 23e7596

Browse files
committed
Mobile setting
1 parent b93bf5c commit 23e7596

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

assets/css/style.scss

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,26 @@ br { margin-bottom: 20px; }
207207
text-align: center;
208208
}
209209
}
210+
211+
@media (max-width: 750px){
212+
height: 50vh;
213+
.overlay {
214+
align-items: flex-end;
215+
justify-content: flex-start;
216+
}
217+
.scroll-down {
218+
display: none;
219+
}
220+
.title-text {
221+
text-align: left;
222+
}
223+
.title-text h1 {
224+
font-size: 0.9rem;
225+
}
226+
.hero-background {
227+
background-attachment: local;
228+
}
229+
}
210230
}
211231

212232
#project-gallery-card {
@@ -329,7 +349,9 @@ br { margin-bottom: 20px; }
329349
.seahawk-II a {
330350
color: var(--seahawk-II);
331351
}
332-
352+
@media (max-width: 750px){
353+
padding-top: 50px;
354+
}
333355
}
334356

335357
#seahawk-II-rov-features {

0 commit comments

Comments
 (0)