💄 Add margin to footer
This commit is contained in:
@@ -1,26 +1 @@
|
|||||||
.Footer {
|
.Footer{height:30px;width:100%;display:flex;justify-content:center;align-items:center;position:relative;bottom:0;margin-top:2rem}.Footer a{padding:0 1em;transition:all .2s}.Footer a:hover{opacity:.8}
|
||||||
height: 30px;
|
|
||||||
width: 100%;
|
|
||||||
display: -webkit-box;
|
|
||||||
display: -ms-flexbox;
|
|
||||||
display: flex;
|
|
||||||
-webkit-box-pack: center;
|
|
||||||
-ms-flex-pack: center;
|
|
||||||
justify-content: center;
|
|
||||||
-webkit-box-align: center;
|
|
||||||
-ms-flex-align: center;
|
|
||||||
align-items: center;
|
|
||||||
position: relative;
|
|
||||||
bottom: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.Footer a {
|
|
||||||
padding: 0 1em;
|
|
||||||
-webkit-transition: all 0.2s;
|
|
||||||
transition: all 0.2s;
|
|
||||||
}
|
|
||||||
|
|
||||||
.Footer a:hover {
|
|
||||||
opacity: 0.8;
|
|
||||||
}
|
|
||||||
/*# sourceMappingURL=Footer.module.css.map */
|
|
||||||
@@ -9,6 +9,8 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
|
||||||
|
margin-top: 2rem;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
padding: 0 1em;
|
padding: 0 1em;
|
||||||
transition: all 0.2s;
|
transition: all 0.2s;
|
||||||
|
|||||||
Reference in New Issue
Block a user