mirror of
https://github.com/greflm13/StaticGalleryBuilder.git
synced 2026-02-05 02:59:27 +00:00
added back to top button
This commit is contained in:
@@ -164,6 +164,18 @@ figure {
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
#totop {
|
||||
display: none;
|
||||
position: fixed;
|
||||
bottom: 40px;
|
||||
right: 30px;
|
||||
z-index: 99;
|
||||
cursor: pointer;
|
||||
padding: 14px;
|
||||
border-radius: 10px;
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
/* Responsive layout - makes a four column-layout instead of eight columns */
|
||||
@media screen and (max-width: 1000px) {
|
||||
.column {
|
||||
|
||||
Reference in New Issue
Block a user