Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions _sass/screen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -943,6 +943,12 @@ h1 span.fa, h2 span.fa, h3 span.fa, h4 span.fa, h5 span.fa, h6 span.fa {
width: 290px;
height: 55px;
}
// Give space when this button is stacked underneath the two other btn-home's in tablet screen width
@media screen and (min-width: 769px) and (max-width: 1029px) {
#buybitcoinbutton {
margin-top: 10px;
}
}
.btn:not(:first-child) {
margin-left: 6px;
}
Expand Down