File tree Expand file tree Collapse file tree 1 file changed +14
-21
lines changed Expand file tree Collapse file tree 1 file changed +14
-21
lines changed Original file line number Diff line number Diff line change @@ -151,14 +151,23 @@ body {
151151 justify-content : center;
152152 align-items : center;
153153 margin-top : 1rem ;
154- }
155154
156- # github a {
157- display : inline-flex;
158- align-items : center;
159- gap : 3rem ;
155+ a {
156+ display : inline-flex;
157+ align-items : center;
158+ color : white;
159+ text-decoration : none;
160+ gap : 3rem ;
161+ }
162+
163+ img {
164+ width : 5rem ;
165+ height : 5rem ;
166+ display : inline-block;
167+ }
160168 }
161169
170+
162171}
163172
164173# settingsModal ::backdrop {
@@ -202,22 +211,6 @@ body {
202211}
203212
204213
205- # github {
206- a {
207- display : inline-flex;
208- align-items : center;
209- color : white;
210- text-decoration : none;
211- }
212-
213- img {
214- width : 5rem ;
215- height : 5rem ;
216- display : inline-block;
217- }
218- }
219-
220-
221214.btn {
222215 border : none;
223216 background-color : inherit;
You can’t perform that action at this time.
0 commit comments