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 b93bf5c commit 23e7596Copy full SHA for 23e7596
assets/css/style.scss
@@ -207,6 +207,26 @@ br { margin-bottom: 20px; }
207
text-align: center;
208
}
209
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
230
231
232
#project-gallery-card {
@@ -329,7 +349,9 @@ br { margin-bottom: 20px; }
329
349
.seahawk-II a {
330
350
color: var(--seahawk-II);
331
351
332
-
352
353
+ padding-top: 50px;
354
333
355
334
356
335
357
#seahawk-II-rov-features {
0 commit comments