File tree Expand file tree Collapse file tree 2 files changed +10
-15
lines changed Expand file tree Collapse file tree 2 files changed +10
-15
lines changed Original file line number Diff line number Diff line change 8
8
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
9
9
< link rel ="icon " href =favicon.png type ="image/png ">
10
10
< link rel ="stylesheet " href ="lib/codemirror/style.css ">
11
- < link rel ="stylesheet " href ="style.css?3e7f4fb5e44596523a3cc50355b529cd ">
11
+ < link rel ="stylesheet " href ="style.css?fbc4e9ea0c35466f02ad5a4e811ec7ae ">
12
12
< link rel ="preconnect " href ="https://fonts.gstatic.com ">
13
13
< link href ="https://fonts.googleapis.com/css2?family=PT+Mono&display=swap " rel ="stylesheet ">
14
14
< script > ( window . customElements && document . head . attachShadow ) || ( document . querySelector ( 'html' ) . className += ' oldie' ) </ script >
75
75
Support us by becoming a < a href ="https://opencollective.com/css-doodle#backer "> Backer</ a >
76
76
or < a href ="https://opencollective.com/css-doodle#sponsors "> Sponsor</ a > on < a href ="https://opencollective.com/css-doodle "> open collective</ a > .
77
77
</ p >
78
- < p class ="donate ">
79
- < a href ="https://opencollective.com/css-doodle#backers " target ="_blank ">
80
- < img src ="https://opencollective.com/css-doodle/backers.svg " alt ="backers " />
81
- </ a >
82
- </ p >
83
78
</ div >
84
79
</ section >
85
80
@@ -2487,16 +2482,11 @@ <h2>Dedicated to people who <span><css-doodle use="var(--heart)"></css-doodle> C
2487
2482
</ li >
2488
2483
</ ul >
2489
2484
</ div >
2490
- < div class ="donate ">
2491
- < p >
2492
- < a href ="https://opencollective.com/css-doodle#backers " target ="_blank "> < img src ="https://opencollective.com/css-doodle/backers.svg " alt ="backers " /> </ a >
2493
- </ p >
2494
- </ div >
2495
2485
</ div >
2496
2486
< css-doodle use ="var(--flags2) " grid ="30x1 "> </ css-doodle >
2497
2487
</ footer >
2498
2488
< script src ="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.38.0/codemirror.min.js "> </ script >
2499
2489
< script src ="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.38.0/mode/css/css.min.js "> </ script >
2500
- < script src ="main.js?dce95b54b2047764da43ac7acab7d8ae "> </ script >
2490
+ < script src ="main.js?f6d367ed67e79dca2aae2cc22f551a87 "> </ script >
2501
2491
</ body >
2502
2492
</ html >
Original file line number Diff line number Diff line change @@ -729,12 +729,17 @@ textarea[code] {
729
729
}
730
730
731
731
.support {
732
- border-radius : 3px ;
733
- margin-top : 3em ;
732
+ margin-top : 3.2rem ;
733
+ border-radius : 8px ;
734
+ padding : 1.6rem ;
735
+ background : # e91e6408 ;
734
736
}
735
737
.support h3 {
736
738
color : # e91e63 ;
737
- margin-bottom : 1em ;
739
+ margin-bottom : 1.6rem ;
740
+ }
741
+ .support p {
742
+ margin-bottom : 0 ;
738
743
}
739
744
740
745
.backers a : link , .backers a : visited {
You can’t perform that action at this time.
0 commit comments