Icon Alignment fix.
This commit is contained in:
parent
68bbf95dcf
commit
92a9ad2feb
1 changed files with 3 additions and 1 deletions
|
@ -33,6 +33,8 @@ a, a:visited {
|
||||||
|
|
||||||
.link--icon, .link--icon:visited {
|
.link--icon, .link--icon:visited {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
.link-text {
|
.link-text {
|
||||||
padding-bottom: 2px;
|
padding-bottom: 2px;
|
||||||
border-bottom: 1px solid transparent;
|
border-bottom: 1px solid transparent;
|
||||||
|
@ -40,7 +42,7 @@ a, a:visited {
|
||||||
}
|
}
|
||||||
.icon-wrap {
|
.icon-wrap {
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
padding-top: 3px;
|
padding-top: 0px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
svg {
|
svg {
|
||||||
width: 16px;
|
width: 16px;
|
||||||
|
|
Loading…
Reference in a new issue