mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-13 23:16:47 +00:00
feat: minor styling
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
.footer {
|
||||
width: 100%;
|
||||
max-width: 1100px;
|
||||
margin: 0 auto;
|
||||
margin: auto auto 0;
|
||||
padding: 8px;
|
||||
|
||||
display: flex;
|
||||
|
||||
@@ -164,6 +164,7 @@
|
||||
.notion-page-cover {
|
||||
max-width: 1200px;
|
||||
border-radius: 24px;
|
||||
box-shadow: 2px 2px 8px 4px rgba(15, 15, 15, 0.1);
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1200px) {
|
||||
|
||||
Reference in New Issue
Block a user