startpage changes

This commit is contained in:
Norm Rasmussen
2022-05-12 17:09:08 -04:00
parent d500cbc447
commit cedd9aaef0
5 changed files with 13 additions and 2 deletions

View File

@ -120,7 +120,6 @@ a:hover {
box-sizing: inherit;
}
/* Picture Styling and Layout*/
.grid {
display: grid;
@ -175,4 +174,14 @@ a:hover {
background-size: cover;
object-fit: fill;
max-height: 100%;
}
/* You.com iFrame */
iframe {
height: 100px;
width: 500px;
margin-top: 25px;
pointer-events:all;
border: none;
background: transparent;
}