mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-23 14:32:17 +00:00
Add margin to register button
This commit is contained in:
parent
be9045c7ed
commit
1e4e22c472
1 changed files with 8 additions and 0 deletions
|
@ -165,6 +165,14 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
@media only screen and (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {
|
||||
.masthead {
|
||||
.btn-hero {
|
||||
margin-top: @margin-md;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.universities {
|
||||
border-bottom: 1px solid @gray-lighter;
|
||||
|
|
Loading…
Reference in a new issue