File tree Expand file tree Collapse file tree 4 files changed +6
-103
lines changed Expand file tree Collapse file tree 4 files changed +6
-103
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1010 title : Dart Frog
1111 tagline : A fast, minimalistic backend framework for Dart.
1212 image :
13- file : ~/assets/ hero.svg
13+ html : <img src="/ hero.png" class="w-full" alt="hero">
1414 actions :
1515 - text : Get Started
1616 link : /getting-started/
Original file line number Diff line number Diff line change 1717}
1818
1919@media screen and (min-width : 50rem ) {
20- [data-has-hero ] .hero {
20+ [data-has-hero ] .hero-html {
2121 padding-block : clamp (2.5rem , calc (1rem + 10vmin ), 2.5rem );
2222 }
2323
24- [data-has-hero ] .hero > img {
24+ [data-has-hero ] .hero-html > img {
2525 filter : drop-shadow (0 0 2rem # 39bcb5 );
2626 }
2727
28- [data-theme = 'dark' ][data-has-hero ] .hero > img {
28+ [data-theme = 'dark' ][data-has-hero ] .hero-html > img {
2929 filter : drop-shadow (0 0 2rem # 81efe2 );
3030 }
3131}
4949 justify-content : center;
5050}
5151
52- .hero > img {
52+ .hero-html {
53+ order : 2 ;
5354 width : 100% ;
5455 max-width : 700px ;
5556}
You can’t perform that action at this time.
0 commit comments