File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -29,26 +29,26 @@ <h2 class="header h2 text center">Libraries</h2>
29
29
< li class ="library ">
30
30
< div class ="circle ">
31
31
< a class ="text secondary library-name " href ="https://github.com/elixir-circuits/circuits_gpio "> < i class ="far fa-lightbulb "> </ i > </ a >
32
- < h3 > < a href ="https://github.com/elixir-circuits/circuits_gpio "> GPIO</ a > </ h3 >
33
32
</ div >
33
+ < h3 > < a href ="https://github.com/elixir-circuits/circuits_gpio "> GPIO</ a > </ h3 >
34
34
</ li >
35
35
< li class ="library ">
36
36
< div class ="circle ">
37
37
< a class ="text secondary library-name " href ="https://github.com/elixir-circuits/circuits_i2c "> < i class ="fas fa-microchip "> </ i > </ a >
38
- < h3 > < a href ="https://github.com/elixir-circuits/circuits_i2c "> I2C</ a > </ h3 >
39
38
</ div >
39
+ < h3 > < a href ="https://github.com/elixir-circuits/circuits_i2c "> I2C</ a > </ h3 >
40
40
</ li >
41
41
< li class ="library ">
42
42
< div class ="circle ">
43
43
< a class ="text secondary library-name " href ="https://github.com/elixir-circuits/circuits_spi "> < i class ="fas fa-sd-card "> </ i > </ a >
44
- < h3 > < a href ="https://github.com/elixir-circuits/circuits_spi "> SPI</ a > </ h3 >
45
44
</ div >
45
+ < h3 > < a href ="https://github.com/elixir-circuits/circuits_spi "> SPI</ a > </ h3 >
46
46
</ li >
47
47
< li class ="library ">
48
48
< div class ="circle ">
49
49
< a class ="text secondary library-name " href ="https://github.com/elixir-circuits/circuits_uart "> < i class ="fas fa-stream "> </ i > </ a >
50
- < h3 > < a href ="https://github.com/elixir-circuits/circuits_uart "> UART</ a > </ h3 >
51
50
</ div >
51
+ < h3 > < a href ="https://github.com/elixir-circuits/circuits_uart "> UART</ a > </ h3 >
52
52
</ li >
53
53
</ ul >
54
54
</ div >
Original file line number Diff line number Diff line change 142
142
}
143
143
144
144
.library {
145
- height : 150px ;
146
145
width : 100% ;
147
146
margin-top : 25px ;
148
147
}
@@ -153,21 +152,21 @@ ul {
153
152
154
153
.library .library-name {
155
154
font-size : 3.5rem ;
155
+ line-height : 150px ;
156
156
}
157
157
158
158
.library a {
159
159
display : inline-block;
160
160
}
161
161
162
162
.library h3 {
163
- line-height : 0 ;
163
+ text-align : center ;
164
164
margin-top : 15px ;
165
165
font-size : 2rem ;
166
166
}
167
167
168
168
.library .circle {
169
169
text-align : center;
170
- line-height : 150px ;
171
170
}
172
171
173
172
.library-search {
You can’t perform that action at this time.
0 commit comments