style: Fix formatting and add missing newlines in HTML and CSS
This commit is contained in:
parent
8e986727ec
commit
b570e8e9ab
4 changed files with 194 additions and 127 deletions
|
@ -22,9 +22,11 @@ body {
|
|||
@apply bg-deep-blue text-text-primary;
|
||||
}
|
||||
|
||||
button, a {
|
||||
button,
|
||||
a {
|
||||
@apply cursor-pointer active:scale-95 transition-all duration-200;
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
height: 100%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue