Skip to content

Commit ce42377

Browse files
Copy update, layout improvement
1 parent 271e843 commit ce42377

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

src/components/DataLabsIntro.vue

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,12 @@ import { BCol, BContainer, BRow } from 'bootstrap-vue-next';
66
<div class="text-light green-purple-lines-bg d-flex flex-column justify-content-end">
77
<BContainer>
88
<BRow>
9-
<BCol cols="6">
9+
<BCol cols="12" lg="8">
1010
<h1>Data Labs</h1>
1111
<p>
12-
are technology-enabled instructional modules that, over 3–8 class periods, engage high
13-
school students in authentic investigations using real data and online data
14-
visualization tools. Developed with funding from the National Science Foundation, the
15-
Smithsonian Institution, and NASA, these data-centric explorations incorporate exciting
16-
trans-disciplinary content connections from across the Smithsonian.
12+
are interactive instructional modules that engage high school students in authentic
13+
investigations using real data and online data visualization tools from the Smithsonian
14+
Astrophysical Observatory at the Center for Astrophysics | Harvard &amp; Smithsonian.
1715
</p>
1816
</BCol>
1917
</BRow>

src/components/DataLabsTile.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<BCol cols="4">
2+
<BCol cols="12" md="6" lg="4">
33
<a :href="linkUrl" class="text-decoration-none">
44
<div class="card dl-tile text-light h-100">
55
<div class="card-img-top dl-tile-image-window position-relative">

0 commit comments

Comments
 (0)