mirror of
https://github.com/thangisme/notes.git
synced 2025-01-02 23:47:19 -05:00
Use magic numbers for better alignment
This commit is contained in:
parent
5cc5ae5edf
commit
f774596f5e
@ -284,13 +284,13 @@
|
|||||||
background-color: $search-background-color;
|
background-color: $search-background-color;
|
||||||
|
|
||||||
@include mq(md) {
|
@include mq(md) {
|
||||||
padding-left: #{$sp-4 * 1.25 + $sp-5};
|
padding-left: 2.3rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-label {
|
.search-label {
|
||||||
@include mq(md) {
|
@include mq(md) {
|
||||||
padding-left: #{$sp-4 * 1.25};
|
padding-left: 0.6rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user