Skip to content

Commit ce4a62e

Browse files
Fix :Add a link to the github project:change7
1 parent dadb5ec commit ce4a62e

File tree

1 file changed

+14
-21
lines changed

1 file changed

+14
-21
lines changed

css/style.css

Lines changed: 14 additions & 21 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)