java-spring: add position relative to "center" class

This commit is contained in:
Oleg Sinizin
2021-07-20 12:08:23 +03:00
parent fd110429d3
commit f709b20590

View File

@ -65,6 +65,7 @@ header img {
}
.center {
position: relative;
margin: 0 auto 0;
width: 1152px;
}