IMPROVEMENT: limit the width of the share link block
This commit is contained in:
parent
fab2b100a8
commit
09c1f46140
1 changed files with 3 additions and 0 deletions
|
@ -381,6 +381,9 @@ $gray: #919EB1;
|
|||
|
||||
/* for links */
|
||||
.share-link-block{
|
||||
max-width: 420px;
|
||||
margin: auto;
|
||||
|
||||
padding-bottom:10px;
|
||||
padding-top:10px;
|
||||
margin-bottom:10px;
|
||||
|
|
Loading…
Add table
Reference in a new issue