More profile adjustments
This commit is contained in:
parent
0a51890b37
commit
32821a2471
|
@ -69,7 +69,7 @@
|
|||
}
|
||||
|
||||
a {
|
||||
padding: .75em;
|
||||
padding: 0.75em 0.5em;
|
||||
color: var(--body-text-color);
|
||||
font-size: 1.1em;
|
||||
flex: 1;
|
||||
|
|
|
@ -79,6 +79,7 @@
|
|||
grid-template-columns: min-content minmax(auto, 1fr) min-content;
|
||||
grid-template-rows: min-content min-content 1fr min-content;
|
||||
padding: 10px;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -50,12 +50,15 @@
|
|||
}
|
||||
|
||||
.account-profile-details-item-datum {
|
||||
color: var(--body-text-color);
|
||||
margin-right: 5px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.account-profile-details-item:not(:hover):not(:focus) .account-profile-details-item-datum {
|
||||
color: var(--body-text-color);
|
||||
}
|
||||
|
||||
@media (max-width: 374px) {
|
||||
.account-profile-details {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue