updated styles to match footer requirements

This commit is contained in:
jorge-vitrubio 2022-09-22 11:48:03 +02:00
parent ad076a4f88
commit 176ca6e1c1
1 changed files with 27 additions and 1 deletions

View File

@ -19,6 +19,7 @@ Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-backgr
html {
--hangar-body-font-size: 12px;
--hangar-body-font-size-small: 10px;
--hangar-body-font-family: 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
--sherif-font-family: 'Droid Serif', Times, serif;
--sans-sherif-font-family:'Droid Sans',arial,sans-serif;
@ -1164,6 +1165,9 @@ form#commentform p.form-submit input#submit {
font-size:var(--hangar-body-font-size);
color: #808080;
}
.wrapfooter .credits p {
font-size: var(--hangar-body-font-size-small);
}
.center {text-align:center;}
/* .col {float: left; } */
.wrapfooter .logo, .wrapfooter .org, .wrapfooter .wrapfooter .tels, .wrapfooter .inf,.wrapfooter .legal,.wrapfooter .credits {
@ -1186,7 +1190,29 @@ form#commentform p.form-submit input#submit {
margin:0;
padding:0;
}
.wrapfooter .org, .wrapfooter .wrapfooter .tels, .wrapfooter .inf,.wrapfooter .legal,.wrapfooter .credits {
/*
.wrapfooter .org, .wrapfooter .tels, .wrapfooter .inf,.wrapfooter .legal,.wrapfooter .credits {
width: calc((100% - 140px)/5);
padding:0;
}
*/
.wrapfooter .org {
width: calc((100% - 140px)/5);
padding:0;
}
.wrapfooter .tels {
width: calc((100% - 140px)/5);
padding:0;
}
.wrapfooter .inf {
width: calc((100% - 140px)/5);
padding:0;
}
.wrapfooter .legal {
width: calc((100% - 140px)/5);
padding:0;
}
.wrapfooter .credits {
width: calc((100% - 140px)/5);
padding:0;
}