@@ -3521,6 +3521,11 @@ footer .ui.language .menu {
font-size: 18px;
font-weight: bold;
}
+ .status {
+ color: #949494;
+ font-size: 12px;
+ margin-top: 8px !important;
+ }
@media (min-width: 1020px) {
.mobile-card {
@@ -244,6 +244,11 @@
// Only Dektop
@@ -21,7 +21,7 @@
@{{.Owner.Name}}
</div>
{{if .Owner.Status}}
- <div><p style="font-weight:500">{{.Owner.Status}}</p></div>
+ <div><p class="status" style="font-weight:500">{{.Owner.Status}}</p></div>
{{end}}
<div class="profile-card meta">
{{if .Owner.Description}}