Compare commits
No commits in common. "42633d9f8527591373c5bc1f11c5f8e21cc458f2" and "e653e54c66974804d6d370de02fac34d4032bb97" have entirely different histories.
42633d9f85
...
e653e54c66
@ -87,7 +87,6 @@
|
||||
/* Layout. */
|
||||
--deus-body-padding: 6rem 1rem;
|
||||
--deus-post-padding: 1.25rem;
|
||||
--deus-mobile-post-heading-inset: 1.75rem;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 520px) {
|
||||
@ -221,28 +220,6 @@ main nav a:active {
|
||||
transform: scale(0.9);
|
||||
}
|
||||
|
||||
/*=-------------------=*/
|
||||
/*= Nav items (text). =*/
|
||||
/*=-------------------=*/
|
||||
|
||||
@media only screen and (max-width: 520px) {
|
||||
main nav a.text {
|
||||
font-size: 0.625em;
|
||||
padding-top: 0.375em;
|
||||
}
|
||||
main nav a.text::before {
|
||||
content: attr(data-deus-icon);
|
||||
display: block;
|
||||
font-family: Font Awesome;
|
||||
margin: auto;
|
||||
text-align: center;
|
||||
font-size: 1.75em;
|
||||
}
|
||||
main nav a + a {
|
||||
margin-left: 1.5em;
|
||||
}
|
||||
}
|
||||
|
||||
/*=-------=*/
|
||||
/*= Logo. =*/
|
||||
/*=-------=*/
|
||||
@ -385,7 +362,7 @@ article + article {
|
||||
}
|
||||
@media only screen and (max-width: 960px) {
|
||||
article + article {
|
||||
margin-top: calc(var(--deus-mobile-post-heading-inset) + var(--deus-post-spacing));
|
||||
margin-top: calc(1.75rem + var(--deus-post-spacing));
|
||||
}
|
||||
}
|
||||
|
||||
@ -458,14 +435,14 @@ article h1::after {
|
||||
article h1 {
|
||||
float: none;
|
||||
margin:
|
||||
calc(-1 * (var(--deus-post-padding) + var(--deus-mobile-post-heading-inset)))
|
||||
calc(-1 * (var(--deus-post-padding) + 1.75rem))
|
||||
calc(var(--deus-post-heading-spacing) + 4px)
|
||||
2rem
|
||||
calc(var(--deus-post-heading-spacing) + 4px);
|
||||
text-align: center;
|
||||
}
|
||||
article h1::after {
|
||||
top: calc(var(--deus-mobile-post-heading-inset) - 1px);
|
||||
top: calc(1.75rem - 1px);
|
||||
right: calc(-1 * (var(--deus-post-heading-spacing) + 2px));
|
||||
box-shadow:
|
||||
0 1px 0 0 var(--deus-body-background-color),
|
||||
|
||||
@ -1,18 +1,7 @@
|
||||
<nav id='main-nav'>
|
||||
<a
|
||||
class='nav-item logo'
|
||||
href='/deus/'
|
||||
><img src='/deus/assets/images/deus-logo-only.png'></a>
|
||||
<a
|
||||
class='nav-item text icon-solid'
|
||||
data-deus-icon=''
|
||||
href='/deus/pages/about'
|
||||
>About</a>
|
||||
<a
|
||||
class='nav-item text icon-regular'
|
||||
data-deus-icon=''
|
||||
href='/deus/posts'
|
||||
>News</a>
|
||||
<a href='/deus/' class='logo'><img src='/deus/assets/images/deus-logo-only.png'></a>
|
||||
<a href='/deus/pages/about'>About</a>
|
||||
<a href='/deus/posts'>News</a>
|
||||
<div class='social-buttons'>
|
||||
<a class='social-button share' href='#'></a>
|
||||
<a class='social-button facebook' href='#'></a>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user