Footer skeleton grids are complete
This commit is contained in:
parent
539bdb3059
commit
12240f6c9b
2 changed files with 62 additions and 14 deletions
|
@ -14,7 +14,7 @@ section.gallery-in, section.home{
|
|||
margin-right: auto;
|
||||
padding: 3em 5em;
|
||||
}
|
||||
section.team , section.contact-us, section.about{
|
||||
section.team, section.contact-us, section.about{
|
||||
background: #FFF;
|
||||
padding: 3em 5em;
|
||||
height: auto;
|
||||
|
@ -149,6 +149,52 @@ footer{
|
|||
background-color: #4A4A4A;
|
||||
padding: 3em 3em;
|
||||
color: #FCFCFC !important;
|
||||
display: grid;
|
||||
grid-template-rows: repeat(2,auto);
|
||||
}
|
||||
section.footer-top{
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2,auto);
|
||||
}
|
||||
footer .footer-buttons-left-row-grid{
|
||||
display: grid;
|
||||
grid-template-rows: repeat(5,auto);
|
||||
}
|
||||
footer .footer-logo-right-col-grid{
|
||||
display: grid;
|
||||
grid-template-rows: repeat(2,auto);
|
||||
}
|
||||
section.footer-bottom{
|
||||
display: grid;
|
||||
grid-template-rows: repeat(2,auto);
|
||||
}
|
||||
footer .footer-contacts-row-grid{
|
||||
display: grid;
|
||||
grid-template-rows: repeat(5,auto);
|
||||
}
|
||||
footer .footer-heading-col-grid{
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2,auto);
|
||||
}
|
||||
footer .footer-heading-left{
|
||||
|
||||
}
|
||||
footer .footer-heading-social-col-grid{
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3,auto);
|
||||
}
|
||||
footer .footer-contacts-col-grid{
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2,auto);
|
||||
}
|
||||
|
||||
footer .footer-visit-row-grid{
|
||||
display: grid;
|
||||
grid-template-rows: repeat(3,auto);
|
||||
}
|
||||
footer .footer-visit-col-grid{
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2,auto);
|
||||
}
|
||||
img.opacity-decrease{
|
||||
opacity: .05;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue