feat: update mobile styles for SkillEntry to look better
This commit is contained in:
@@ -69,15 +69,11 @@
|
||||
.header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
justify-content: flex-start;
|
||||
gap: 1.25rem;
|
||||
|
||||
padding-bottom: 1.5rem;
|
||||
border-bottom: 1px solid var(--color-skill-card-header-border);
|
||||
|
||||
@media (min-width: 768px) {
|
||||
justify-content: flex-start;
|
||||
}
|
||||
}
|
||||
|
||||
.header-icon {
|
||||
|
||||
Reference in New Issue
Block a user