Updated stylings to better align with design mockups

This commit is contained in:
Judah Gabriel Himango 2020-01-27 16:59:46 -08:00
Родитель b265cb6faa
Коммит 028f198c69
2 изменённых файлов: 9 добавлений и 1 удалений

Просмотреть файл

@ -32,7 +32,7 @@
<img class="img-fluid mt-3" src="./images/kitten.jpg" />
</div>
<p class="mt-1 text-muted">
<p class="photo-caption mt-1 text-muted">
Photo caption lorem ipsum dolor sit amet, consectetur adipiscing elit.
</p>
<p class="mt-1">

Просмотреть файл

@ -44,6 +44,10 @@ body {
font-family: 'Times New Roman', Times, serif;
}
.photo-caption {
font-size: 0.9em;
}
.article-text {
font-size: 1.2em;
}
@ -73,6 +77,10 @@ body {
overflow-x: hidden;
}
.headline {
font-size: 2em;
}
.article {
display: flex;
flex-wrap: wrap;