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

@ -8,7 +8,7 @@
<meta http-equiv="x-ua-compatible" content="ie=edge">
<link rel="stylesheet" href="css/main.min.css">
</head>
<body>
<body class="legal">
<h1>Impressum</h1>
<h2>Angaben gem&auml;&szlig; &sect; 5 TMG</h2>

View file

@ -8,7 +8,7 @@
<meta http-equiv="x-ua-compatible" content="ie=edge">
<link rel="stylesheet" href="css/main.min.css">
</head>
<body>
<body class="legal">
<h2>Datenschutzerklärung</h2>
<h3 id="dsg-general-intro"></h3>
<p>Diese Datenschutzerklärung klärt Sie über die Art, den Umfang und Zweck der Verarbeitung von personenbezogenen Daten

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 {