mirror of
https://github.com/DerTyp7/apartment-altenau-nextjs.git
synced 2025-10-29 12:52:12 +01:00
f
This commit is contained in:
28
styles/LegalAndPrivacy.scss
Normal file
28
styles/LegalAndPrivacy.scss
Normal file
@@ -0,0 +1,28 @@
|
||||
@import "./variables.scss";
|
||||
|
||||
.legalAndPrivayContainer {
|
||||
h1 {
|
||||
text-align: center;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.content {
|
||||
width: 80%;
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
font-size: 14pt;
|
||||
text-align: left;
|
||||
line-height: 2em;
|
||||
color: #555555;
|
||||
letter-spacing: 1px;
|
||||
|
||||
h3,
|
||||
h2 {
|
||||
margin-top: 20px;
|
||||
margin-bottom: 10px;
|
||||
color: black;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user