Image in header now round

This commit is contained in:
2020-12-06 01:17:29 +01:00
parent 16f23c08c6
commit e69b9fb9c8
2 changed files with 7 additions and 3 deletions

View File

@@ -334,6 +334,12 @@ img {
max-width: 100%;
}
header > img {
width: 150px;
height: 150px;
border-radius: 75px;
}
.nav-icon {
max-width: 20px;
max-height: 20px;