デプロイ方法をユーザーに任せる

This commit is contained in:
yuuki
2024-05-09 19:23:23 +00:00
parent e4719b8f07
commit 9e62130598
5 changed files with 17 additions and 67 deletions

View File

@@ -15,9 +15,9 @@ body * {
body {
margin: 0;
padding: 3rem;
padding: 2rem;
}
body > *:not(:last-child) {
margin-bottom: 3rem;
body > :not(:last-child) {
margin-bottom: 2rem;
}