Fixed footer social buttons alignment
This commit is contained in:
parent
b03b59002a
commit
d83a257e32
|
@ -22,7 +22,9 @@
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: rgb(255 255 255 / 64%);
|
color: rgb(255 255 255 / 64%);
|
||||||
transition: color 0.3s, background-color 0.3s;
|
transition:
|
||||||
|
color 0.3s,
|
||||||
|
background-color 0.3s;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
|
@ -66,6 +68,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.footerCopyrightSocial {
|
.footerCopyrightSocial {
|
||||||
|
align-items: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
|
@ -94,6 +97,15 @@
|
||||||
margin-left: 0.3em;
|
margin-left: 0.3em;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a:link {
|
||||||
|
border: none;
|
||||||
|
padding-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.socialItemvk {
|
.socialItemvk {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user