Update style

This commit is contained in:
Kamil Niemczycki 2021-09-08 18:26:42 +02:00
parent 651169c232
commit d4715959c1
2 changed files with 2 additions and 1 deletions

View File

@ -85,7 +85,7 @@ export default {
grid-template-columns: repeat(4, 1fr);
column-gap: 20px;
row-gap: 20px;
margin-top: 35px;
margin-top: 15px;
.skill-group {
background-color: #fafafa;

View File

@ -69,5 +69,6 @@ export default {
}
.header-container {
@extend .container;
margin-bottom: 15px;
}
</style>