Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 9661f28

Browse files
authored
tweak css so the grant FAQs doesn't have a huge margin on moblie (#575)
1 parent 6696c6c commit 9661f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grants/fellowships.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ These Fellowships will run for a period of 12 months, during which period Fellow
5050
<style>
5151
.details {
5252
text-align: left;
53-
margin: 100px;
53+
margin: min(100px, 10vw);
5454
}
5555

5656
.details p {

0 commit comments

Comments
 (0)