Correct footer elements sizes
This commit is contained in:
parent
12240f6c9b
commit
a055dc6774
2 changed files with 36 additions and 7 deletions
|
@ -152,6 +152,14 @@ footer{
|
|||
display: grid;
|
||||
grid-template-rows: repeat(2,auto);
|
||||
}
|
||||
footer p.article{
|
||||
font-size: 2em;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
footer h2.title{
|
||||
font-size: 3em;
|
||||
}
|
||||
section.footer-top{
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2,auto);
|
||||
|
@ -159,10 +167,23 @@ section.footer-top{
|
|||
footer .footer-buttons-left-row-grid{
|
||||
display: grid;
|
||||
grid-template-rows: repeat(5,auto);
|
||||
justify-content: left;
|
||||
}
|
||||
footer .footer-button{
|
||||
font-size: 1.8em;
|
||||
}
|
||||
footer button{
|
||||
background-color: #5D5D5D;
|
||||
color: #FCFCFC;
|
||||
}
|
||||
footer .footer-logo-right-col-grid{
|
||||
display: grid;
|
||||
grid-template-rows: repeat(2,auto);
|
||||
justify-content: center;
|
||||
}
|
||||
footer .footer-img-logo{
|
||||
width: 10em;
|
||||
cursor: pointer;
|
||||
}
|
||||
section.footer-bottom{
|
||||
display: grid;
|
||||
|
@ -171,6 +192,7 @@ section.footer-bottom{
|
|||
footer .footer-contacts-row-grid{
|
||||
display: grid;
|
||||
grid-template-rows: repeat(5,auto);
|
||||
margin-top: 3em;
|
||||
}
|
||||
footer .footer-heading-col-grid{
|
||||
display: grid;
|
||||
|
@ -182,6 +204,12 @@ footer .footer-heading-left{
|
|||
footer .footer-heading-social-col-grid{
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3,auto);
|
||||
justify-content: center;
|
||||
grid-column-gap: 2em;
|
||||
}
|
||||
footer .footer-img-social{
|
||||
width: 3em;
|
||||
cursor: pointer;
|
||||
}
|
||||
footer .footer-contacts-col-grid{
|
||||
display: grid;
|
||||
|
@ -191,6 +219,7 @@ footer .footer-contacts-col-grid{
|
|||
footer .footer-visit-row-grid{
|
||||
display: grid;
|
||||
grid-template-rows: repeat(3,auto);
|
||||
margin-top: 3em;
|
||||
}
|
||||
footer .footer-visit-col-grid{
|
||||
display: grid;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue