File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555 --large-gap : 2rem ;
5656
5757 /* Layout variables */
58- --footer-height : 8 rem ;
58+ --footer-height : 6 rem ;
5959 --header-height : 4rem ;
6060 --card-max-width-small : 15rem ;
6161 --card-max-width-medium : 20rem ;
Original file line number Diff line number Diff line change 99
1010/* Typography */
1111h1 {
12- font-size : 2 rem ;
12+ font-size : calc ( 1 rem + 1 vw ) ;
1313 font-weight : bold;
1414 color : var (--color-text-featured );
1515 margin : 0 ;
Original file line number Diff line number Diff line change 1212 </div >
1313
1414
15- <CardComponent width = " 30rem " :customStyle =" { padding: '0px' }" >
15+ <CardComponent :customStyle =" { padding: '0px', maxWidth: '30rem ' }" >
1616 <template v-slot :image >
1717 <img alt =" stock promotional" src =" ../assets/stockmachine-promotional.jpg" />
1818 </template >
Original file line number Diff line number Diff line change 22 <nav >
33 <div class =" title-icon" >
44 <img src =" @/assets/icon.png" alt =" stockmachine" width =" 30rem" />
5-
65 <h1 >Stock machine</h1 >
76 </div >
87 <div class =" nav-links" >
You can’t perform that action at this time.
0 commit comments