Skip to content

Commit 5aa762a

Browse files
committed
fix(ktl-3860): author card
1 parent d199b10 commit 5aa762a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/pages/news/gsoc-2025-gradle-cache/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import nouranAtefImg from "./nouran-atef.jpeg"
1010
.gsoc-author-card {
1111
display: flex;
1212
align-items: flex-start;
13-
gap: 30px;
13+
gap: 40px;
1414
margin-bottom: 20px;
1515
@media (max-width: 472px) {
1616
display: block;
@@ -23,7 +23,7 @@ import nouranAtefImg from "./nouran-atef.jpeg"
2323
margin-bottom: 20px;
2424
}
2525
.gsoc-quote {
26-
margin: 0 0 0 10px;
26+
margin: 0;
2727
}
2828
`}</style>
2929

src/pages/news/gsoc-2025-intellij-gradle-plugin/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import victoriaImg from "./victoria.jpeg"
1010
.gsoc-author-card {
1111
display: flex;
1212
align-items: flex-start;
13-
gap: 30px;
13+
gap: 40px;
1414
margin-bottom: 20px;
1515
@media (max-width: 472px) {
1616
display: block;
@@ -23,7 +23,7 @@ import victoriaImg from "./victoria.jpeg"
2323
margin-bottom: 20px;
2424
}
2525
.gsoc-quote {
26-
margin: 0 0 0 10px;
26+
margin: 0;
2727
}
2828
`}</style>
2929

src/pages/news/gsoc-2025-kotlin-quality-reporting/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import vanessaImg from "./vanessa.jpg"
1010
.gsoc-author-card {
1111
display: flex;
1212
align-items: flex-start;
13-
gap: 30px;
13+
gap: 40px;
1414
margin-bottom: 20px;
1515
@media (max-width: 472px) {
1616
display: block;
@@ -23,7 +23,7 @@ import vanessaImg from "./vanessa.jpg"
2323
margin-bottom: 20px;
2424
}
2525
.gsoc-quote {
26-
margin: 0 0 0 10px;
26+
margin: 0;
2727
}
2828
`}</style>
2929

0 commit comments

Comments
 (0)