Blog post: Graphite internships: announcing participation in GSoC 2024

This commit is contained in:
Keavon Chambers
2024-02-22 02:44:27 -08:00
parent 2437536316
commit f652d9096e
3 changed files with 39 additions and 13 deletions

View File

@@ -42,6 +42,7 @@
section {
display: flex;
gap: 20px 80px;
width: 100%;
@media screen and (max-width: 960px) {
flex-wrap: wrap;
@@ -59,10 +60,22 @@
}
}
.banner {
width: 400px;
flex: 0 0 auto;
img {
display: block;
width: 100%;
height: auto;
}
}
.details {
display: flex;
flex-direction: column;
gap: 20px;
flex: 1 1 auto;
.headline {
margin-top: -0.5em;
@@ -101,16 +114,5 @@
}
}
}
.banner {
width: 400px;
flex: 0 0 auto;
img {
display: block;
width: 100%;
height: auto;
}
}
}
}