updated theme to last version

This commit is contained in:
2019-10-13 20:55:47 +02:00
parent 0dd3cc77a7
commit 8cda072968
8 changed files with 143 additions and 23 deletions
@@ -147,7 +147,7 @@ body{
vertical-align: baseline!important;
}
#item{
width: calc( 80vw + ( #{$marg} * 4) );
width: calc( 80vw - ( #{$marg} * 6) );
padding: 2rem;
margin-top: $marg;
border-radius: 5px;
@@ -240,12 +240,10 @@ body{
}
}
#top{
width: 20px;
height: 20px;
background: red;
cursor: pointer;
position: absolute;
bottom: 0;
right: -3rem;
right: -1.5rem;
}
}
}
@@ -48,6 +48,15 @@ header{
p{
font-size: 1rem;
line-height: 1.2rem;
strong{
font-weight: bold!important;
}
a{
text-decoration: underline;
}
em{
font-style: italic;
}
}
}
}