mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 04:19:31 +00:00
Merge pull request #274 from sailpoint-oss/273-ambassador-css-fix
updated css to handle dynamic card sizing
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
/* Getting Started Card */
|
||||
|
||||
.link {
|
||||
max-width: 420px;
|
||||
}
|
||||
|
||||
.link:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
@@ -7,8 +11,8 @@
|
||||
.card {
|
||||
position: relative;
|
||||
margin-top: 20px;
|
||||
height: 500px;
|
||||
max-width: 420px;
|
||||
min-height: 500px;
|
||||
|
||||
/* UI Properties */
|
||||
background: var(--dev-card-background);
|
||||
box-shadow: var(--dev-card-shadow);
|
||||
@@ -89,15 +93,13 @@
|
||||
|
||||
|
||||
.bio {
|
||||
position: absolute;
|
||||
margin: 30px auto;
|
||||
font-size: 16px;
|
||||
font-weight: 500;
|
||||
width: 100%;
|
||||
top: 100px;
|
||||
left: 0;
|
||||
color: var(--ifm-color-primary);
|
||||
padding: 30px;
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user