Fixed footer social buttons alignment

This commit is contained in:
kvakazyambra 2023-11-02 22:39:02 +03:00
parent b03b59002a
commit d83a257e32

View File

@ -22,7 +22,9 @@
a {
color: rgb(255 255 255 / 64%);
transition: color 0.3s, background-color 0.3s;
transition:
color 0.3s,
background-color 0.3s;
&:hover {
background: #fff;
@ -66,6 +68,7 @@
}
.footerCopyrightSocial {
align-items: center;
display: flex;
.icon {
@ -94,6 +97,15 @@
margin-left: 0.3em;
text-align: right;
}
a:link {
border: none;
padding-bottom: 0;
}
img {
margin: 0 auto;
}
}
.socialItemvk {