mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-08-19 18:43:53 +08:00
update: style
This commit is contained in:
@@ -63,7 +63,7 @@
|
|||||||
> ul {
|
> ul {
|
||||||
flex: 1 0;
|
flex: 1 0;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
|
grid-template-columns: repeat(auto-fill, minmax(11rem, 1fr));
|
||||||
gap: 0.5rem;
|
gap: 0.5rem;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
> li.achievement {
|
> li.achievement {
|
||||||
|
|||||||
@@ -47,8 +47,8 @@
|
|||||||
0.0625rem 0 0.0625rem var(--base-shadow);
|
0.0625rem 0 0.0625rem var(--base-shadow);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
> .group { flex: 1 0; }
|
|
||||||
> .group-1 {
|
> .group-1 {
|
||||||
|
flex: 1 1;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 0.5rem;
|
gap: 0.5rem;
|
||||||
@@ -75,8 +75,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
> .group-2 {
|
> .group-2 {
|
||||||
|
flex: 3 1;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
|
grid-template-columns: repeat(auto-fill, minmax(11rem, 1fr));
|
||||||
gap: 0.5rem;
|
gap: 0.5rem;
|
||||||
border: 0.0625rem solid var(--base-text-color);
|
border: 0.0625rem solid var(--base-text-color);
|
||||||
> .person {
|
> .person {
|
||||||
|
|||||||
Reference in New Issue
Block a user