debug breadcrumb height vs search toggle icon
This commit is contained in:
parent
6924827172
commit
9d282a57d4
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
||||||
.breadcrumbs {
|
.breadcrumbs {
|
||||||
position: relative;
|
position: relative;
|
||||||
border-bottom: 1px solid @color-border;
|
border-bottom: 1px solid @color-border;
|
||||||
padding: .8rem 1.8rem .35rem;
|
padding: 1rem 1.8rem .35rem;
|
||||||
|
|
||||||
> p {
|
> p {
|
||||||
font-size: @font-size-small;
|
font-size: @font-size-small;
|
||||||
|
@ -69,7 +69,7 @@
|
||||||
float: right;
|
float: right;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
max-width: 30%;
|
max-width: 30%;
|
||||||
margin: -.35em 0 0;
|
margin: -.45em 0 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
@media @screen_max-xs{
|
@media @screen_max-xs{
|
||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue