Theme fixes
This commit is contained in:
parent
465dc22397
commit
89e10feca5
2 changed files with 12 additions and 9 deletions
|
@ -27,8 +27,8 @@
|
|||
|
||||
{{ hugo.Generator }}
|
||||
|
||||
<link href="{{ "css/main.css?1" | relURL }}" rel="stylesheet">
|
||||
<link href="{{ "css/custom.css?1" | relURL }}" rel="stylesheet">
|
||||
<link href="{{ "css/main.css?8" | relURL }}" rel="stylesheet">
|
||||
<link href="{{ "css/custom.css?8" | relURL }}" rel="stylesheet">
|
||||
|
||||
<!-- Favicon and Apple touch icons-->
|
||||
<link rel="shortcut icon" href="{{ "img/favicon.ico" | relURL }}" type="image/x-icon">
|
||||
|
|
|
@ -211,7 +211,7 @@ body {
|
|||
-webkit-mask-repeat: no-repeat;
|
||||
mask-repeat: no-repeat;
|
||||
-webkit-mask-size: 100% 100%;
|
||||
mask-size: 100% 100%;
|
||||
mask-size: 100% 100%;
|
||||
}
|
||||
|
||||
.icon-responsive-menu {
|
||||
|
@ -235,7 +235,6 @@ body {
|
|||
|
||||
#topnav {
|
||||
background-color: var(--dark-color);
|
||||
border-bottom: 1px solid #ddd;
|
||||
padding: 0 10px;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
|
@ -361,7 +360,7 @@ body {
|
|||
z-index:3;
|
||||
height:auto;
|
||||
display:none;
|
||||
top: 45px;
|
||||
top: 54px;
|
||||
right: -30px;
|
||||
flex-direction: column;
|
||||
border-bottom-left-radius: 10px;
|
||||
|
@ -457,11 +456,15 @@ footer {
|
|||
color: rgba(255, 255, 255, 0.7);
|
||||
padding-top: 40px;
|
||||
padding-bottom: 40px;
|
||||
}
|
||||
|
||||
.menu ul {
|
||||
list-style-type: none;
|
||||
padding-left: 0;
|
||||
}
|
||||
footer .menu ul {
|
||||
list-style-type: none;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
footer .icon {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.img-fluid {
|
||||
|
|
Loading…
Add table
Reference in a new issue