トップページデザインを改修
This commit is contained in:
parent
fbbc7d005d
commit
feca9940bc
11 changed files with 125 additions and 183 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
:root {
|
||||
--baseContentWidth: 760px;
|
||||
--radius: 8px;
|
||||
--radius: 12px;
|
||||
--marginFull: 16px;
|
||||
--marginHalf: 10px;
|
||||
|
||||
|
@ -320,6 +320,7 @@ hr {
|
|||
._popup {
|
||||
background: var(--panel);
|
||||
border-radius: var(--radius);
|
||||
contain: content;
|
||||
}
|
||||
|
||||
._section {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue