File tree Expand file tree Collapse file tree 3 files changed +27
-7
lines changed Expand file tree Collapse file tree 3 files changed +27
-7
lines changed Original file line number Diff line number Diff line change 19
19
</ style >
20
20
</ head >
21
21
< body >
22
- < div class ="m-1.5 mb-2 " style =" width: 70px ">
23
- < a href ="https://github.com/panstromek/zebra-rs " class ="text-gray-200 text-xs " style ="display: flex; align-items: center; " target ="_blank ">
22
+ < div class ="gh-link ">
23
+ < a href ="https://github.com/panstromek/zebra-rs " class ="text-gray-200 flex " style ="align-items: center; " target ="_blank ">
24
24
< img src ="/GitHub-Mark-Light-32px.png " alt ="Github Icon " width ="16 " height ="16 " class ="mr-2 ">
25
25
Source
26
26
</ a >
Original file line number Diff line number Diff line change 4
4
-webkit-font-smoothing : antialiased;
5
5
-moz-osx-font-smoothing : grayscale;
6
6
}
7
+ # board {
8
+ background-color : # 3a7f46 ;
9
+ border : 1vw brown solid;
10
+ }
11
+
12
+ .gh-link {
13
+ margin : 6px 6px 8px ;
14
+ width : 70px ;
15
+ font-size : 12px ;
16
+ line-height : 16px ;
17
+ }
18
+
19
+ .w-full {
20
+ width : 100% ;
21
+ }
22
+ .flex {
23
+ display : flex
24
+ }
25
+ .justify-center {
26
+ justify-content : center;
27
+ }
28
+
29
+ .max-w-sm {
30
+ max-width : 24rem /* 384px */ ;
31
+ }
Original file line number Diff line number Diff line change @@ -18,11 +18,6 @@ svg text::selection {
18
18
background : none;
19
19
}
20
20
21
- # board {
22
- background-color : # 3a7f46 ;
23
- border : 1vw brown solid;
24
- }
25
-
26
21
.circle-black , .circle-white {
27
22
width : 1em ;
28
23
height : 1em ;
You can’t perform that action at this time.
0 commit comments