forked from jakub/jakubb-hugo
commit
This commit is contained in:
parent
70ecccf427
commit
98bdeac3db
@ -25,7 +25,7 @@ a{
|
||||
.content { margin: 5em 5% auto 5%; }
|
||||
|
||||
footer {
|
||||
width: calc(85% - 40px);
|
||||
width: calc(100% - 40px);
|
||||
text-align: center;
|
||||
padding: 20px;
|
||||
margin-left: 15%;z
|
||||
@ -35,7 +35,6 @@ footer.fixed {
|
||||
margin: 0;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
left: 15%;
|
||||
}
|
||||
|
||||
|
||||
@ -88,6 +87,8 @@ footer.fixed {
|
||||
}
|
||||
|
||||
|
||||
a.home-link { display: none; }
|
||||
|
||||
/* Mobile layout - logo now serves as toggle for rest of menu items */
|
||||
@media screen and (max-width: 755px) {
|
||||
|
||||
@ -176,6 +177,7 @@ footer.fixed {
|
||||
}
|
||||
|
||||
.menu a, .menu li { display: block; }
|
||||
a.home-link { display: none; }
|
||||
|
||||
.content {
|
||||
margin-left: calc(15%);
|
||||
@ -187,6 +189,10 @@ footer.fixed {
|
||||
.menu-entries a:hover{
|
||||
box-shadow: inset -22px 0 20px -20px var(--shadow);
|
||||
}
|
||||
|
||||
footer { width: calc(85% - 40px); }
|
||||
|
||||
footer.fixed { left: 15%; }
|
||||
}
|
||||
|
||||
/* Table Styles */
|
||||
|
Loading…
Reference in New Issue
Block a user