start trying to fix the pyramid

This commit is contained in:
forest 2021-08-01 12:19:08 -05:00
parent 8a65aa2de0
commit ce5cffba5b
2 changed files with 4 additions and 4 deletions

View File

@ -44,14 +44,14 @@
</div>
<div class="splash-image-content">
<div>
<div class="position-absolute">
<img
alt="technology food pyramid showing serverscoop at the base, with operating systems and applications on top"
src="static/pyramid.svg"
class="pyramid-image"
/>
</div>
<div>
<div class="position-absolute">
<img
alt="A cute looking person squatting like a hipster"
src="static/squatting-person.svg"

View File

@ -131,7 +131,7 @@ header img {
}
.pyramid-image {
position: absolute;
position: relative;
top: 180px;
left: 800px;
}
@ -203,7 +203,7 @@ header img {
height: 300px;
}
.pyramid-image {
position: absolute;
position: relative;
width: 420px;
top: 460px;
left: 100px;