Add scroll to links

Plus other UI tweaks
This commit is contained in:
lawgicau
2021-07-15 10:57:58 +10:00
parent 835ccc45d4
commit 5b474c7473
2 changed files with 50 additions and 16 deletions

View File

@ -70,6 +70,15 @@ h5 {
font-size: 1.4em;
}
h6 {
font-size: 1.4em;
font-weight: bolder;
margin: 20px 20px 5px;
padding: 5px 10px;
background-color: black;
color: white;
}
p {
margin: 10px 20px 20px;
line-height: 1.5em;
@ -219,6 +228,12 @@ iframe {
display:none;
}
.zoom {
float: right;
position: relative;
bottom: 60px;
}
.thumb {
max-height: 240px;
max-width: 600px;