mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-19 07:26:45 +00:00
feat: lots of refactors and improvements
This commit is contained in:
@@ -107,19 +107,6 @@
|
||||
border-top: 1px solid var(--fg-color-0);
|
||||
}
|
||||
|
||||
.utterances {
|
||||
margin-top: 2em;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 567px) {
|
||||
.utterances {
|
||||
width: calc(100% + 60px);
|
||||
position: relative;
|
||||
left: -60px;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 566px) {
|
||||
.footer {
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user