1
0
Fork 0
mirror of https://github.com/Findus23/acronomy.git synced 2024-09-19 15:33:45 +02:00
acronomy/static/scss/components/linkbar.scss

15 lines
166 B
SCSS
Raw Normal View History

2020-07-22 14:43:04 +02:00
.linkbar {
display: flex;
justify-content: space-between;
a {
display: block;
}
img, svg {
width: 26px;
height: 26px;
padding: 5px;
}
}