Added border radius to code, meta description

This commit is contained in:
Filip Rojek 2024-10-14 16:10:17 +02:00
parent 00eec8be70
commit 1cf12f91f0
2 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,7 @@
overflow-x: auto;
padding: .5rem;
margin: .5rem 0;
border-radius: 5px;
}
.project-wrapper {
@ -34,7 +35,7 @@
@media (max-width: 768px) {
.project-wrapper {
max-width: 100%;
padding: 10px;
padding: 1rem;
}
}

View File

@ -17,6 +17,7 @@
</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Filip Rojek - Personal website">
<link rel="icon" type="image/x-icon" href="/img/fr.ico">
<link rel="stylesheet" href="/general.css">
<link rel="stylesheet" href="/vars.css">