Skip to content

Commit 22b36e7

Browse files
Update skeleton-auto.css
1 parent 4bb5e60 commit 22b36e7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

skeleton-auto.css

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,10 @@
240240
/* Some fonts shift the credit footer icon around 
241241
/* You can uncomment this to hide the icon and only display the text
242242
.credit-icon {
243-
display: none;
244-
}
243+
display: none; }
244+
.credit-footer {
245+
position: relative;
246+
right: 15px; }
245247
*/
246248

247249
/* Switches text color for credit footer for dark/light mode */
@@ -254,4 +256,4 @@
254256
.credit-txt-clr{
255257
color: #100a26 !important;
256258
}
257-
}
259+
}

0 commit comments

Comments
 (0)