Fix the responsivness of the footer by adding a breakpoint

This commit is contained in:
2022-12-24 16:47:36 +01:00
parent 1a06bbc40c
commit 7e68a09978

View File

@@ -1,8 +1,6 @@
footer{
position: absolute;
width: 1878px;
width: 100%;
height: 145px;
left: 21px;
/*top: 760px;*/
font-family: Arial, sans-serif;
font-style: normal;
@@ -26,7 +24,7 @@ footer{
display: grid;
grid-template-columns: 1fr 510px 1fr;
text-align: center;
color: #ffffff;
color: white;
}
.copya{
@@ -42,4 +40,10 @@ footer{
#item1{
grid-column-start: 2;
grid-column-end: 3;
}
@media (max-width: 1020px){
.foot{
padding-bottom: 0;
}
}