Skip to content
This repository was archived by the owner on Dec 12, 2018. It is now read-only.

Commit bf70a12

Browse files
author
Frank Baele
committed
#12 set carrousel navigation at bottom of screen
1 parent ffb375d commit bf70a12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ body {
1515

1616
#page {
1717
width: 184px;
18-
max-height: 500px;
18+
height: 100vh;
1919
position: relative;
2020
margin: auto;
2121
}
@@ -54,7 +54,7 @@ img {
5454
.navigation {
5555
height: 30px;
5656
position: absolute;
57-
bottom: -30px;
57+
bottom: 0px;
5858
z-index: 0;
5959
width: 100%;
6060
display: block;

0 commit comments

Comments
 (0)