Moved duplicate container & h1 styling to global.

This commit is contained in:
2020-10-12 00:05:34 +02:00
committed by KevinMidboe
parent 0ad3d4cafd
commit da00c7735e
8 changed files with 48 additions and 77 deletions

View File

@@ -77,6 +77,11 @@ export default {
margin-top: 2rem;
padding: 2rem;
}
h1 {
color: $matte-text-color;
}
.sent-container {
width: 100%;
height: 90vh;