mirror of
https://github.com/dawidolko/Website-Templates.git
synced 2025-10-28 00:03:10 +01:00
12 lines
183 B
CSS
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;
|
|
}
|