mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 14:18:04 +08:00
Blog post: Graphite internships: announcing participation in GSoC 2024
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user