1
0
Fork 0

Reposition role icons.

experiences
Mari 5 years ago
parent 0a9b1710b7
commit c6f3c1bb6d
  1. 8
      _includes/assets/css/main.css

@ -266,11 +266,11 @@ header rt {
.role { .role {
display: flex; display: flex;
flex-flow: column; flex-flow: column;
justify-content: center; justify-content: flex-start;
margin-bottom: 0.5rem; margin-bottom: 0.5rem;
position: relative; position: relative;
padding-left: 3.1rem; padding-left: 3.3rem;
min-height: 3rem; min-height: 3.3rem;
} }
.role .firstline { .role .firstline {
@ -295,7 +295,7 @@ header rt {
.role .icon { .role .icon {
position: absolute; position: absolute;
left: 0; left: 0;
top: 0; top: 0.3rem;
width: 3rem; width: 3rem;
height: 3rem; height: 3rem;
} }

Loading…
Cancel
Save