style: footer spacing
This commit is contained in:
parent
968cc03cd4
commit
d2f698571e
1 changed files with 5 additions and 3 deletions
|
@ -15,15 +15,17 @@
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.footer {
|
.footer {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
max-width: 350px;
|
||||||
|
margin: 0 auto;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #555;
|
color: #555;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
padding-bottom: 1rem;
|
padding-bottom: 1rem;
|
||||||
|
|
||||||
&__disclaimer {
|
&__disclaimer {
|
||||||
font-size: x-small;
|
font-size: x-small;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__title {
|
&__title {
|
||||||
|
|
Loading…
Reference in a new issue