web UPDATED

This commit is contained in:
Kai Wansart
2018-02-03 23:02:02 +01:00
parent 842f703a05
commit 179861a133
37 changed files with 40198 additions and 30 deletions

23
www/css/4-col-portfolio.css Executable file
View File

@@ -0,0 +1,23 @@
/*!
* Start Bootstrap - 4 Col Portfolio (https://startbootstrap.com/template-overviews/4-col-portfolio)
* Copyright 2013-2017 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-4-col-portfolio/blob/master/LICENSE)
*/
body {
padding-top: 54px;
}
@media (min-width: 992px) {
body {
padding-top: 56px;
}
}
.portfolio-item {
margin-bottom: 30px;
}
.pagination {
margin-bottom: 30px;
}

View File