This repository has been archived on 2024-02-08. You can view files and clone it, but cannot push or open issues or pull requests.
frontend/src/styles/theme/link-share.scss
konrad 9c66a7570a
All checks were successful
continuous-integration/drone/push Build is passing
Reorganize Styles (#45)
2019-12-19 22:09:23 +00:00

16 lines
174 B
SCSS

.link-share-view {
.logo {
max-width: 500px;
width: 90%;
margin: 2em 0 4em;
}
.logout {
text-align: right;
}
.column {
max-width: 100%;
}
}