File tree Expand file tree Collapse file tree 1 file changed +21
-4
lines changed
Expand file tree Collapse file tree 1 file changed +21
-4
lines changed Original file line number Diff line number Diff line change @@ -27,17 +27,32 @@ main {
2727 background-color : var (--secondary-color );
2828 color : var (--primary-color );
2929 width : 100% ;
30- max-width : 600 px ;
31- min-height : 250 px ;
32- padding : clamp (2 rem , 5 vw , 4 rem );
30+ max-width : 850 px ;
31+ min-height : 300 px ;
32+ padding : clamp (3 rem , 6 vw , 5 rem );
3333 text-align : right;
3434 padding : 4rem ;
3535}
3636
3737h1 ,
3838# quote {
3939 display : inline;
40- font-size : clamp (1.2rem , 3vw , 1.5rem );
40+ font-weight : bold;
41+ }
42+
43+ h1 {
44+ font-size : clamp (2.5rem , 6vw , 3rem );
45+ font-family : Theseadow, serif;
46+ }
47+
48+ # quote {
49+ font-size : clamp (1rem , 3vw , 1.5rem );
50+ }
51+
52+ # author {
53+ margin-top : 1rem ;
54+ margin-bottom : 1rem ;
55+ font-style : italic;
4156}
4257
4358button {
@@ -46,4 +61,6 @@ button {
4661 border : none;
4762 padding : 0.5rem 1rem ;
4863 cursor : pointer;
64+ font-weight : bold;
65+ font-size : large;
4966}
You can’t perform that action at this time.
0 commit comments