New prototype

This commit is contained in:
Ziver Koc 2017-08-04 12:45:12 +02:00
parent f6be23ee4b
commit a81c8c5418
199 changed files with 16344 additions and 8200 deletions

16
prototype/css/zallery.css Executable file
View file

@ -0,0 +1,16 @@
body{
margin-bottom: 200px;
}
.navbar {
margin-top: 40px;
margin-bottom: 40px;
}
.photo-thumb, .photo {
padding: 0px;
}
.photo-thumb img, .photo img {
width: 100%;
height: auto;
}