Difference between revisions of "Template:UserRoles Card User/styles.css"
From WikiAnesthesia
Chris Rishel (talk | contribs) m (Chris.Rishel moved page Template:WikiAnesthesia leader/styles.css to Template:UserRoles Card User/styles.css without leaving a redirect) |
Chris Rishel (talk | contribs) |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
. | .userroles-card { | ||
border: 0; | border: 0; | ||
max-width: 14rem; | |||
width: 14rem; | |||
} | } | ||
.userroles-card img { | |||
. | border-radius: 50%; | ||
border-radius: 50%; | height: auto; | ||
width: 100%; | |||
} | |||
@media (max-width: 767px) { | |||
.userroles-card { | |||
max-width: 10rem; | |||
margin-left: 10px; | |||
margin-right: 10px; | |||
} | |||
.userroles-card .card-title, .userroles-card .card-subtitle { | |||
font-size: 0.9rem; | |||
} | |||
} | } |
Latest revision as of 17:04, 26 November 2021
.userroles-card { border: 0; max-width: 14rem; width: 14rem; } .userroles-card img { border-radius: 50%; height: auto; width: 100%; } @media (max-width: 767px) { .userroles-card { max-width: 10rem; margin-left: 10px; margin-right: 10px; } .userroles-card .card-title, .userroles-card .card-subtitle { font-size: 0.9rem; } }