Make the logo smaller on link shared lists
This commit is contained in:
parent
28d45ec188
commit
fd610d3721
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
.link-share-view {
|
||||
.logo {
|
||||
max-width: 500px;
|
||||
max-width: 300px;
|
||||
width: 90%;
|
||||
margin: 2rem 0 4rem;
|
||||
margin: 2rem 0 1.5rem;
|
||||
}
|
||||
|
||||
.logout {
|
||||
|
|
Loading…
Reference in a new issue