File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1010 < link rel ="stylesheet " type ="text/css " href ="{{ site.baseurl }}/assets/css/main.css ">
1111 < meta name ="theme-color " content ="#ffffff ">
1212
13- < link href ="https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital@0;1 &family=Yeseva+One &display=swap " rel ="stylesheet ">
13+ < link href ="https://fonts.googleapis.com/css2?family=Abril+Fatface &family=Josefin+Sans &display=swap " rel ="stylesheet ">
1414 < script src ="https://cdn.jsdelivr.net/gh/alpinejs/alpine@v2.3.5/dist/alpine.min.js " defer > </ script >
1515</ head >
1616
Original file line number Diff line number Diff line change 55
66< div class ="bg-gray-700 ">
77 < div class ="container mx-auto md:flex md:flex-row md:items-center md:justify-center md:h-screen ">
8- < div class ="w-1/2 max-w-lg p-8 md:order-last ">
9- < h1 class ="mt-8 text-4xl leading-none text-gray-300 font-display "> Random inspiration</ h1 >
10- < p class ="mb-8 text-2xl leading-tight text-gray-300 font-display "> from Jekyll + Netlify functions</ p >
8+ < div class ="p-8 md: w-1/2 md: max-w-lg md:order-last ">
9+ < h1 class ="mt-8 text-4xl leading-tight tracking-wide text-gray-300 font-display "> Random inspiration</ h1 >
10+ < p class ="mb-8 text-2xl leading-tight tracking-wide text-gray-300 font-display "> from Jekyll + Netlify functions</ p >
1111 < div x-data ="quote() " x-init ="fetchQuote() ">
1212 < template x-if ="isLoaded() ">
1313 < template x-if ="success ">
@@ -36,7 +36,7 @@ <h1 class="mt-8 text-4xl leading-none text-gray-300 font-display">Random inspira
3636 </ div >
3737
3838 </ div >
39- < div class ="w-1/2 max-w-sm p-8 ">
39+ < div class ="p-8 md: w-1/2 md: max-w-sm ">
4040 < img src ="/assets/landscape.svg " alt ="landscape ">
4141 </ div >
4242 </ div >
Original file line number Diff line number Diff line change 11module . exports = {
22 theme : {
33 fontFamily : {
4- display : [ 'Yeseva One ' , 'serif ' ] ,
5- body : [ 'Merriweather Sans' , 'sans-serif' ] ,
4+ display : [ 'Abril Fatface ' , 'cursive ' ] ,
5+ body : [ 'Josefin Sans' , 'sans-serif' ] ,
66 } ,
77 extend : { }
88 } ,
You can’t perform that action at this time.
0 commit comments