Tweak margins and layout spacing on About page

This commit is contained in:
wiz
2021-04-01 16:42:37 +09:00
parent 2a2c1a6291
commit 8a86b63693
2 changed files with 26 additions and 27 deletions

View File

@@ -10,7 +10,7 @@
height: 80px;
background-size: 100%, 100%;
border-radius: 50%;
margin: 10px;
margin: 25px;
line-height: 32px;
}
@@ -21,6 +21,10 @@
border: 0;
}
.community_sponsor {
margin: 6px;
}
.text-small {
font-size: 12px;
}
@@ -33,4 +37,4 @@
.required {
color: #FF0000;
font-weight: bold;
}
}