blog update

This commit is contained in:
pacientes
2020-12-01 17:02:56 +00:00
10 changed files with 41 additions and 16 deletions

View File

@@ -51,3 +51,9 @@
.top-link:focus {
outline: 0
}
@media screen and (max-width:800px) {
.list .top-link {
transform: translateY(-5rem)
}
}

View File

@@ -16,6 +16,9 @@
.menu {
display: flex;
margin: auto var(--gap);
}
.logo {
flex-wrap: inherit
}

View File

@@ -6,12 +6,6 @@
padding: var(--gap)
}
@media screen and (max-width:400px) {
.main {
min-height: calc(100vh - var(--header-height) - var(--footer-height) - 24px)
}
}
.page-header {
margin-bottom: 24px
}