mirror of
https://github.com/teachingtechYT/teachingtechYT.github.io.git
synced 2024-08-30 18:23:26 +00:00
Add scroll to links
Plus other UI tweaks
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user