File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 href ="https://github.com/knightedcodemonkey/develop "
1717 target ="_blank "
1818 rel ="noreferrer "
19- > @knighted/develop</ a
19+ > < img
20+ class ="brand-logo "
21+ src ="logo.svg "
22+ alt =""
23+ aria-hidden ="true "
24+ width ="24 "
25+ height ="24 "
26+ /> < span class ="brand-text "> @knighted/develop</ span > </ a
2027 >
2128 </ h1 >
2229 < p > Compiler-as-a-Service (at the edge of your browser).</ p >
Original file line number Diff line number Diff line change 1717}
1818
1919.brand-link {
20+ display : inline-flex;
21+ align-items : center;
22+ gap : 10px ;
2023 color : inherit;
2124 text-decoration : none;
2225}
2326
27+ .brand-logo {
28+ display : block;
29+ width : 24px ;
30+ height : 24px ;
31+ border-radius : 6px ;
32+ flex : none;
33+ }
34+
35+ .brand-text {
36+ line-height : 1 ;
37+ }
38+
2439.brand-link : hover {
2540 text-decoration : underline;
2641}
You can’t perform that action at this time.
0 commit comments