💄 (note) add padding bottom
This commit is contained in:
@@ -105,6 +105,10 @@ $header-height: 40px;
|
||||
}
|
||||
}
|
||||
|
||||
.note-display {
|
||||
padding-bottom: 2rem;
|
||||
}
|
||||
|
||||
.note {
|
||||
text-align: left;
|
||||
overflow-y: auto;
|
||||
|
||||
@@ -74,7 +74,7 @@ $border-color: rgba(18, 19, 58, 0.2);
|
||||
}
|
||||
|
||||
section {
|
||||
padding: 0 1rem;
|
||||
padding: 0 1rem 2rem;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -104,7 +104,7 @@ $border-color: rgba(18, 19, 58, 0.2);
|
||||
}
|
||||
|
||||
section {
|
||||
padding: 1rem 0;
|
||||
padding: 1rem 0 2rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user