Skip to content
Snippets Groups Projects
Commit e46589f3 authored by Silas Meister's avatar Silas Meister
Browse files

Merge branch 'assignment_1' into assignment_2

parents 53be4349 1100f3a0
No related branches found
No related tags found
No related merge requests found
......@@ -100,10 +100,7 @@
<div class="article-content overlay">
<h4 class="overlay-title">Expedition 48</h4>
<div class="overlay-description">
<h4>NASA's Record-braking Astronaut Crewmates Safely Return to Earth</h4>
<p>Here is some additional information to the article where you can read more!</p>
</div>
<h4 class="overlay-description">NASA's Record-braking Astronaut Crewmates Safely Return to Earth. Here is some additional information to the article where you can read more!</h4>
</div>
</div>
</div>
......
......@@ -444,8 +444,10 @@ main {
font-size: 0.7rem;
}
.overlay-description > * {
.overlay > .overlay-description {
font-size: 0.7rem;
max-height: 2.5rem;
line-height: 0.9rem;
}
.nasa-launch h4 {
......@@ -519,8 +521,10 @@ main {
font-size: 0.8rem;
}
.overlay-description > * {
.overlay > .overlay-description {
font-size: 0.8rem;
max-height: 2.7rem;
line-height: 1rem;
}
.nasa-launch h4 {
......@@ -580,8 +584,10 @@ main {
font-size: 0.9rem;
}
.overlay-description > * {
.overlay > .overlay-description {
font-size: 0.9rem;
max-height: 2.9rem;
line-height: 1.1rem;
}
.nasa-launch h4 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment