mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-10-01 01:26:10 -04:00
Add space for left button too (#96)
I don't add the margin to the button as default-btn is also used when such a margin is unnecessary
This commit is contained in:
parent
6bb81d779e
commit
8360db7f45
@ -36,10 +36,16 @@ body.navbar-spacing {
|
||||
margin-left: -56px;
|
||||
}
|
||||
|
||||
/* add space around buttons */
|
||||
|
||||
.btn-primary {
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
.dropdown > #expiration {
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
#image img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
|
Loading…
Reference in New Issue
Block a user