footer elements spaces around as to fit 2021 design
This commit is contained in:
parent
5b160a13a3
commit
4481920c1e
21
style.css
21
style.css
|
@ -156,6 +156,9 @@ body {
|
||||||
.alignright {
|
.alignright {
|
||||||
float:right;
|
float:right;
|
||||||
}
|
}
|
||||||
|
.center {
|
||||||
|
text-align:center;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* mens cap de dalt de tot */
|
/* mens cap de dalt de tot */
|
||||||
|
@ -1155,12 +1158,11 @@ form#commentform p.form-submit input#submit {
|
||||||
.wrapfooter {
|
.wrapfooter {
|
||||||
max-width: 1237px;
|
max-width: 1237px;
|
||||||
/*padding: 20px 0px 20px 20px;*/
|
/*padding: 20px 0px 20px 20px;*/
|
||||||
padding: 1rem 0 0.3rem 1rem;
|
padding: 1rem 1rem 0.3rem 1rem;
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
font-size: var(--hangar-body-font-size);
|
font-size: var(--hangar-body-font-size);
|
||||||
font-family: var(--hangar-body-font-family);
|
font-family: var(--hangar-body-font-family);
|
||||||
display:flex;
|
display:flex;
|
||||||
/* justify-content: space-between;*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wrapfooter p {
|
.wrapfooter p {
|
||||||
|
@ -1171,13 +1173,6 @@ form#commentform p.form-submit input#submit {
|
||||||
.wrapfooter .credits p {
|
.wrapfooter .credits p {
|
||||||
font-size: var(--hangar-body-font-size-small);
|
font-size: var(--hangar-body-font-size-small);
|
||||||
}
|
}
|
||||||
.center {text-align:center;}
|
|
||||||
/*
|
|
||||||
.wrapfooter .logo, .wrapfooter .org, .wrapfooter .wrapfooter .tels, .wrapfooter .inf,.wrapfooter .legal,.wrapfooter .credits {
|
|
||||||
width: 100%;
|
|
||||||
padding:1rem 0;
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
.wrapfooter .col {
|
.wrapfooter .col {
|
||||||
width: unset;
|
width: unset;
|
||||||
padding: 1rem 0;
|
padding: 1rem 0;
|
||||||
|
@ -1200,7 +1195,7 @@ form#commentform p.form-submit input#submit {
|
||||||
margin-right: 1rem;
|
margin-right: 1rem;
|
||||||
width: auto;
|
width: auto;
|
||||||
padding:0;
|
padding:0;
|
||||||
margin-right: 2rem;
|
margin-right: 3rem;
|
||||||
}
|
}
|
||||||
.wrapfooter .logo {
|
.wrapfooter .logo {
|
||||||
width:140px;
|
width:140px;
|
||||||
|
@ -1209,7 +1204,7 @@ form#commentform p.form-submit input#submit {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wrapfooter .org {
|
.wrapfooter .org {
|
||||||
margin-right:4rem;
|
margin-right: 8rem;
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
.wrapfooter .tels {
|
.wrapfooter .tels {
|
||||||
|
@ -1223,10 +1218,10 @@ form#commentform p.form-submit input#submit {
|
||||||
.wrapfooter .legal {
|
.wrapfooter .legal {
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
/*
|
|
||||||
.wrapfooter .credits {
|
.wrapfooter .credits {
|
||||||
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue