Json config file

This commit is contained in:
Michał Gdula 2022-09-20 15:47:23 +00:00
parent 7f5aab165e
commit 1d4c25af28
10 changed files with 76 additions and 150 deletions

View file

@ -940,12 +940,9 @@ nav .btn {
|-------------------------------------------------------------
*/
footer {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
margin: 0 auto;
width: calc(100% - 1.4rem);
text-align: center;
}
footer p {
margin: 0 0.5rem;

View file

@ -4,12 +4,11 @@
|-------------------------------------------------------------
*/
footer {
@include flexLeft(space-around);
margin: 0 auto;
width: calc(100% - 1.4rem);
text-align: center;
p {
margin: 0 0.5rem;