2017-04-18 20:29:57 +03:00
|
|
|
:host {
|
|
|
|
|
width: 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
|
|
.socials {
|
|
|
|
|
font-size: 2rem;
|
|
|
|
|
|
|
|
|
|
a {
|
2017-04-21 17:23:44 +03:00
|
|
|
padding: 0.4rem;
|
2017-04-18 20:29:57 +03:00
|
|
|
}
|
|
|
|
|
}
|
2017-07-24 13:13:01 +03:00
|
|
|
}
|