improved legal css
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Samuel Philipp 2019-12-19 23:17:19 +01:00
parent 9c8025356f
commit c803e743dc
3 changed files with 6 additions and 2 deletions

View file

@ -22,6 +22,10 @@ body {
min-height: 100vh;
color: #000;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
&.legal {
padding: 2%;
}
}
.logo {