File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2525 .paper-row {
2626 display : flex;
2727 align-items : center;
28- gap : 2.8 rem ; /* space between image & text */
28+ gap : 1 rem ; /* space between image & text */
2929 padding : 0.3rem 1.8rem 0.3rem ; /* top | left/right | bottom */
3030 margin-bottom : 1.8rem ; /* space between entries */
3131 border-radius : 15px ;
3434 }
3535
3636 .paperimage {
37- flex : 0 0 50 % ; /* image column gets ~45% width */
37+ flex : 0 0 45 % ; /* image column gets ~45% width */
3838 max-width : 440px ; /* increase max width -> larger image */
3939 }
4040
4444 }
4545
4646 .papertext h2 {
47- font-size : 1.3 rem ;
47+ font-size : 0.9 rem ;
4848 margin-top : 0.2rem ; /* or 0 if you want it really tight */
4949 }
5050
5151 .papertext p a {
52- font-size : 0.85 rem ;
52+ font-size : 0.9 rem ;
5353 }
5454
5555
You can’t perform that action at this time.
0 commit comments