mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2020-11-18 19:53:40 -08:00
more code cleanup
This commit is contained in:
parent
05cd40b365
commit
5ea8a236cf
@ -22,7 +22,7 @@
|
||||
margin-top: 30px;
|
||||
}
|
||||
code {
|
||||
display:block;
|
||||
display: block;
|
||||
padding: 10px 20px;
|
||||
background: @dark-blue;
|
||||
font-family: @font-family-mono;
|
||||
@ -33,11 +33,14 @@
|
||||
font-weight: 400;
|
||||
}
|
||||
padding: 50px 0;
|
||||
text-align: center;
|
||||
text-align: center;
|
||||
.btn-cta {
|
||||
margin: 30px 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
h4 {
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
|
||||
#share {
|
||||
|
@ -5595,6 +5595,9 @@ a:hover {
|
||||
margin: 30px 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
#samples h4 {
|
||||
text-align: left;
|
||||
}
|
||||
#share {
|
||||
text-align: center;
|
||||
background: #85b5bb;
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user