Website-Templates/portfolio-item/css/portfolio-item.css
2023-07-26 19:33:39 +02:00

12 lines
183 B
CSS

body {
margin-top: 50px; /* 50px is the height of the navbar - change this if the navbarn height changes */
}
.portfolio-item {
margin-bottom: 25px;
}
footer {
margin: 50px 0;
}