mirror of
https://github.com/groupe1cir1n/groupe1cir1n.github.io.git
synced 2026-01-18 16:37:32 +01:00
Fix the responsivness of the footer by adding a breakpoint
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user