site css: images on resource page should fit the grid

This commit is contained in:
Benjamin A. Petersen 2023-07-28 13:41:39 -04:00
parent 057304e9aa
commit c4f221d778
No known key found for this signature in database
GPG Key ID: EF6EF83523A4BE46
4 changed files with 11 additions and 4 deletions

View File

@ -113,8 +113,7 @@ layout: section
<a href="https://aws.amazon.com/blogs/opensource/simplify-amazon-eks-multi-cluster-authentication-with-open-source-pinniped/"
target="_blank">
<div class="icon">
<img src="https://d2908q01vomqb2.cloudfront.net/ca3512f4dfa95a03169c5a670a4c91a19b3077b4/2023/06/13/Simplify-EKS-multicluster-authentication-main-art-1024x513.png"
width="311px"/>
<img src="https://d2908q01vomqb2.cloudfront.net/ca3512f4dfa95a03169c5a670a4c91a19b3077b4/2023/06/13/Simplify-EKS-multicluster-authentication-main-art-1024x513.png" />
</div>
<div class="content">
<p>

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"Target":"css/style.css","MediaType":"text/css","Data":{}}

View File

@ -81,7 +81,7 @@
}
.use-cases {
.grid {
.grid {
grid-template-columns: 220px 1fr;
margin-bottom: 30px;
grid-template-areas:
@ -155,7 +155,7 @@
margin: 40px 0px;
}
.bio {
display: grid;
display: grid;
grid-template-columns: 120px 1fr;
column-gap: 20px;
.info {
@ -431,6 +431,10 @@
align-items: center;
justify-content: center;
min-height: 140px;
img {
max-width: 100%;
height: auto;
}
}
.content {
padding: 0px 20px 20px 20px;