set global margin on the main app grid

+ refactor margins and paddings in some components
This commit is contained in:
geoffrey45
2022-08-02 02:43:06 +03:00
parent 8fa0516b56
commit 9e1f73e281
13 changed files with 28 additions and 61 deletions
+2 -3
View File
@@ -32,9 +32,9 @@ function unfocusThis() {
<style lang="scss">
#gsearch-input {
padding: $small;
display: flex;
margin-bottom: $small;
@include tablet-landscape {
display: none;
}
@@ -46,7 +46,6 @@ function unfocusThis() {
display: flex;
gap: $small;
background-color: $gray4;
height: 2.25rem;
.icon {
width: 2rem;