1
0

ran prettier

This commit is contained in:
Nicola Clark 2024-10-16 12:05:07 -05:00
parent 353a093516
commit b66eb042ce
Signed by: nicola
GPG Key ID: 3E1710E7FF08956C
2 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,8 @@
@import (css) url('https://fonts.googleapis.com/css2?family=Rubik:wght@400..700&display=swap');
html, body {
html,
body {
height: 100%;
}

View File

@ -30,7 +30,7 @@
// sizes
@sizes: {
lg: 1280px;
}
};
// utils
.full-without-padding(@padding) {