Móžme začiať zo škálovaniem!
This commit is contained in:
parent
f8590e322f
commit
ada129b993
1 changed files with 2 additions and 2 deletions
|
@ -213,7 +213,7 @@ footer .footer-img-social{
|
||||||
}
|
}
|
||||||
footer .footer-contacts-col-grid{
|
footer .footer-contacts-col-grid{
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(2,auto);
|
grid-template-columns: repeat(2,24em);
|
||||||
}
|
}
|
||||||
|
|
||||||
footer .footer-visit-row-grid{
|
footer .footer-visit-row-grid{
|
||||||
|
@ -223,7 +223,7 @@ footer .footer-visit-row-grid{
|
||||||
}
|
}
|
||||||
footer .footer-visit-col-grid{
|
footer .footer-visit-col-grid{
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(2,auto);
|
grid-template-columns: repeat(2,24em);
|
||||||
}
|
}
|
||||||
img.opacity-decrease{
|
img.opacity-decrease{
|
||||||
opacity: .05;
|
opacity: .05;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue