Skip to content

Commit b93bf5c

Browse files
committed
Hero for mobile and tablet
1 parent 1367370 commit b93bf5c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

assets/css/style.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,16 @@ br { margin-bottom: 20px; }
197197
transform: translateY(-10px);
198198
}
199199
}
200+
201+
@media (max-width: 1500px){
202+
.overlay {
203+
align-items: center;
204+
justify-content: center;
205+
}
206+
.title-text {
207+
text-align: center;
208+
}
209+
}
200210
}
201211

202212
#project-gallery-card {
@@ -319,6 +329,7 @@ br { margin-bottom: 20px; }
319329
.seahawk-II a {
320330
color: var(--seahawk-II);
321331
}
332+
322333
}
323334

324335
#seahawk-II-rov-features {

0 commit comments

Comments
 (0)