comme back to home on title click

This commit is contained in:
2020-10-13 16:10:47 +02:00
parent 55c2acd962
commit 83c9c24ba5
2 changed files with 102 additions and 22 deletions
+19 -8
View File
@@ -22,22 +22,25 @@ body{
header[role="banner"]{
padding:1em;
pointer-events: none;
// pointer-events: none;
cursor: pointer;
h2{
font-weight: 500;
font-size: 1em;
margin:0;
}
h1{
font-weight: 400;
font-size: 1.323em;
margin:0.5em 0;
sup{
background-color: #1a1a1a;
border-radius: 5px;
color: #fff;
padding:0.1em 0.3em;
font-size: 0.5em;
padding:0.2em 0.5em 0.05em 0.5em;
font-size: 0.4em;
}
}
h2{
font-weight: 400;
font-size: 1em;
}
}
@@ -98,6 +101,13 @@ section[role="main-content"]{
}
}
.modale-title{
position: absolute;
padding:0.5em;
margin: 0 0.5em 0.5em 0;
background-color: rgba(255,255,255,0.6);
border-radius: 3px;
}
}
@@ -108,10 +118,11 @@ section[role="main-content"]{
ul{
padding:1em;
background-color: rgba(255, 255, 255, 0.6);
border-radius: 3px;
li{
padding:0.25em 0;
text-align: right;
min-width: 5em;
min-width: 4em;
cursor: pointer;
&:hover, &.active{
font-weight: bold;