Project-closer+css images projects
All checks were successful
Deploy / Deploy to Production (push) Successful in 3s
All checks were successful
Deploy / Deploy to Production (push) Successful in 3s
This commit is contained in:
parent
c569fa0140
commit
0badd67b46
8 changed files with 99 additions and 63 deletions
|
|
@ -135,20 +135,20 @@ nav {
|
|||
max-width: 100%;
|
||||
right: 0;
|
||||
position: absolute;
|
||||
|
||||
picture img {
|
||||
max-width: 100%;
|
||||
max-height: calc(100vh - var(--body-margin) * 2);
|
||||
vertical-align: bottom;
|
||||
width: auto;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
|
||||
picture {
|
||||
inset: 0;
|
||||
}
|
||||
|
||||
picture img {
|
||||
max-width: 100%;
|
||||
max-height: calc(100vh - var(--body-margin) * 2);
|
||||
vertical-align: bottom;
|
||||
width: auto;
|
||||
height: fit-content;
|
||||
}
|
||||
|
||||
.project-slideshow-container {
|
||||
display: block;
|
||||
position: fixed;
|
||||
|
|
@ -161,7 +161,6 @@ picture img {
|
|||
}
|
||||
|
||||
.project-slideshow-container .all-projects-closer {
|
||||
background-color: red;
|
||||
inset: 0;
|
||||
display: block;
|
||||
position: absolute;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue