1
0
mirror of https://github.com/thangisme/notes.git synced 2024-06-20 12:25:25 +00:00

Use magic numbers for better alignment

This commit is contained in:
Patrick Marsceill 2020-09-11 17:18:44 -04:00 committed by GitHub
parent 5cc5ae5edf
commit f774596f5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -284,13 +284,13 @@
background-color: $search-background-color;
@include mq(md) {
padding-left: #{$sp-4 * 1.25 + $sp-5};
padding-left: 2.3rem;
}
}
.search-label {
@include mq(md) {
padding-left: #{$sp-4 * 1.25};
padding-left: 0.6rem;
}
}