File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 10
10
< link rel ="stylesheet " type ="text/css " href ="{{ site.baseurl }}/assets/css/main.css ">
11
11
< meta name ="theme-color " content ="#ffffff ">
12
12
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 ">
14
14
< script src ="https://cdn.jsdelivr.net/gh/alpinejs/alpine@v2.3.5/dist/alpine.min.js " defer > </ script >
15
15
</ head >
16
16
Original file line number Diff line number Diff line change 5
5
6
6
< div class ="bg-gray-700 ">
7
7
< 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 >
11
11
< div x-data ="quote() " x-init ="fetchQuote() ">
12
12
< template x-if ="isLoaded() ">
13
13
< template x-if ="success ">
@@ -36,7 +36,7 @@ <h1 class="mt-8 text-4xl leading-none text-gray-300 font-display">Random inspira
36
36
</ div >
37
37
38
38
</ 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 ">
40
40
< img src ="/assets/landscape.svg " alt ="landscape ">
41
41
</ div >
42
42
</ div >
Original file line number Diff line number Diff line change 1
1
module . exports = {
2
2
theme : {
3
3
fontFamily : {
4
- display : [ 'Yeseva One ' , 'serif ' ] ,
5
- body : [ 'Merriweather Sans' , 'sans-serif' ] ,
4
+ display : [ 'Abril Fatface ' , 'cursive ' ] ,
5
+ body : [ 'Josefin Sans' , 'sans-serif' ] ,
6
6
} ,
7
7
extend : { }
8
8
} ,
You can’t perform that action at this time.
0 commit comments