java-spring: set header height 48px

This commit is contained in:
Oleg Sinizin
2021-08-23 16:58:56 +03:00
parent 9baa4c59b3
commit ade7d05270

View File

@ -54,14 +54,14 @@ a:visited {
header { header {
background: #333333; background: #333333;
height: 72px; height: 48px;
margin: 0 auto; margin: 0 auto;
min-width: 1152px; min-width: 1152px;
width: auto; width: auto;
} }
header img { header img {
margin: 22px 0 22px 32px; margin: 10px 0 22px 32px;
} }
.center { .center {
@ -71,7 +71,7 @@ header img {
} }
.main{ .main{
height: calc(100% - 136px); height: calc(100% - 112px);
min-height: 536px; min-height: 536px;
} }
@ -357,6 +357,9 @@ footer {
color: #AAAAAA; color: #AAAAAA;
height: 64px; height: 64px;
width: 100%; width: 100%;
position: absolute;
left: 0;
bottom: 0;
} }
footer > .center{ footer > .center{
@ -714,7 +717,7 @@ footer table tr td:first-child {
flex-wrap: nowrap; flex-wrap: nowrap;
flex-direction: column; flex-direction: column;
justify-content: space-between; justify-content: space-between;
top: 23px; top: 10px;
left: 12px; left: 12px;
position: absolute; position: absolute;
content: ""; content: "";