Update core.scss.pug (and associated files)

This commit is contained in:
2025-02-04 10:30:15 -05:00
parent c6e7b616f1
commit a204f7fc98
3 changed files with 8 additions and 262 deletions

View File

@@ -74,7 +74,7 @@
"lighter lighter lighter darker darker darker"
"notes notes notes notes notes notes";
grid-template-columns: repeat(6, 1fr);
grid-template-rows: repeat(2, 1.5rem) repeat(4, max-content); // 3rem repeat(2, 2rem) 1.5rem repeat(3, max-content);
grid-template-rows: repeat(2, 1.5rem) 10rem repeat(3, max-content); // 3rem repeat(2, 2rem) 1.5rem repeat(3, max-content);
padding: 1rem;
width: 20rem;
max-width: 318px;
@@ -114,7 +114,7 @@
display: grid;
gap: .5rem;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(3, max-content);
grid-template-rows: 2.5rem repeat(2, max-content);
.result {
align-items: center;
border-radius: .5rem;
@@ -187,7 +187,7 @@
padding: .5rem;
width: 20rem;
max-width: 318px;
height: max-content;
height: 10.5rem;
display: grid;
gap: .5rem;
@@ -230,7 +230,6 @@
display: block;
width: 100%;
place-self: stretch;
text-align: center;
span {
border: none;
font-size: .9rem;