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 {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
.link-text {
|
||||
padding-bottom: 2px;
|
||||
border-bottom: 1px solid transparent;
|
||||
|
@ -40,7 +42,7 @@ a, a:visited {
|
|||
}
|
||||
.icon-wrap {
|
||||
margin-left: 5px;
|
||||
padding-top: 3px;
|
||||
padding-top: 0px;
|
||||
align-items: center;
|
||||
svg {
|
||||
width: 16px;
|
||||
|
|
Loading…
Reference in a new issue