fixed css v5

This commit is contained in:
aethrvmn 2024-09-01 23:06:07 +03:00
parent 959a4bec85
commit 69f7365253

View file

@ -177,6 +177,14 @@ main a {
header {
width: 100%;
}
header a {
text-decoration: none;
padding: 0px;
border-radius: 5px;
border-style: dotted;
border-width: 1px;
margin: 20px 0px 20px 0px;
}
.content-wrapper {
padding: 40px 0px 10px 10px;
}