mirror of
https://github.com/DerTyp7/apartment-altenau-nextjs.git
synced 2025-10-29 04:42:11 +01:00
f
This commit is contained in:
@@ -89,8 +89,8 @@
|
||||
}
|
||||
|
||||
@media (max-width: 650px) {
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
img {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
@import "./variables.scss";
|
||||
|
||||
.legal {
|
||||
.legalAndPrivayContainer {
|
||||
h1 {
|
||||
text-align: center;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.legalContent {
|
||||
.content {
|
||||
width: 80%;
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
@@ -18,8 +18,9 @@
|
||||
color: #555555;
|
||||
letter-spacing: 1px;
|
||||
|
||||
h3 {
|
||||
margin-top: 40px;
|
||||
h3,
|
||||
h2 {
|
||||
margin-top: 20px;
|
||||
margin-bottom: 10px;
|
||||
color: black;
|
||||
}
|
||||
Reference in New Issue
Block a user