text-align on mobile set to left

This commit is contained in:
Lucas Hinderberger 2020-08-14 10:29:56 +02:00
parent ec19e18f32
commit 18d78c22a1

View file

@ -68,6 +68,7 @@ footer { background: #f5f5f5; text-align: center; font-size: 8pt; padding: 15px;
@media screen and (max-width: 600px) {
.container { padding: 0 20px; }
article p { text-align: left; }
header { margin-top: 15px; margin-bottom: 30px; }
header .container { flex-direction: column; align-items: normal; }
#header-logo { margin-bottom: 15px; }