Compare commits
No commits in common. "1e42be3a4b974541dc6b34833cbef76866b8cebd" and "c6c7e1d23d661aadf3b0b3787626381447ffe8a1" have entirely different histories.
1e42be3a4b
...
c6c7e1d23d
3 changed files with 3 additions and 3 deletions
|
|
@ -144,7 +144,7 @@ button {
|
||||||
header {
|
header {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-area: header;
|
grid-area: header;
|
||||||
grid-template-columns: min-content 1fr repeat(5, min-content);
|
grid-template-columns: min-content 1fr repeat(4, min-content);
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 8px 0px;
|
padding: 8px 0px;
|
||||||
color: #333c11;
|
color: #333c11;
|
||||||
|
|
|
||||||
|
|
@ -162,7 +162,7 @@ button {
|
||||||
header {
|
header {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-area: header;
|
grid-area: header;
|
||||||
grid-template-columns: min-content 1fr repeat(5, min-content);
|
grid-template-columns: min-content 1fr repeat(4, min-content);
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 8px 0px;
|
padding: 8px 0px;
|
||||||
color: darken(@accent_1, 35%);
|
color: darken(@accent_1, 35%);
|
||||||
|
|
|
||||||
2
version
2
version
|
|
@ -1 +1 @@
|
||||||
v17
|
v16
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue