File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import { Content as RestText } from '../content/index/rest.md'
2121 <div class =" container" >
2222 <p >
2323 Have a look at the default styles and read more about how to integrate it to your website or
24- app here :
24+ app:
2525 </p >
2626
2727 <a class =" quick-start-button" href =" /quick_start" >Quick Start Guide</a >
Original file line number Diff line number Diff line change @@ -104,21 +104,23 @@ hr {
104104}
105105
106106.quick-start-button {
107- /* display: block;*/
107+ display : block;
108108 text-decoration : none;
109109 color : white;
110110 font-weight : bold;
111- letter-spacing : 0.05 rem ;
112- font-size : 15 px ;
111+ letter-spacing : 0.1 rem ;
112+ font-size : 20 px ;
113113 border-radius : 20px ;
114- padding : 6px 16px ;
115- margin-top : 15px ;
116- background : linear-gradient (32deg , # 03a9f4, transparent) # f441a5 ;
114+ padding : 20px 0 ;
115+ margin : 5em auto;
116+ width : 300px ;
117+ text-align : center;
118+ background : linear-gradient (32deg , # fdb900, transparent) # f441a5 ;
117119 transition : background-color 1s ;
118120
119121 & : hover ,
120122 & : focus {
121- background-color : # fdb900 ;
123+ background-color : # 03a9f4 ;
122124 }
123125}
124126
You can’t perform that action at this time.
0 commit comments