4,554
edits
No edit summary |
No edit summary |
||
Line 368: | Line 368: | ||
/* End Style for article window<------ */ | /* End Style for article window<------ */ | ||
.footer { | .footer { | ||
display: | display: grid; | ||
grid-template-columns: 1fr auto 1fr; | |||
align-items: center; | |||
position: fixed; | position: fixed; | ||
left: 0; | left: 0; | ||
Line 384: | Line 384: | ||
#simpleSearch { | #simpleSearch { | ||
grid-column: 1 / 2; /* Position in the first column / | |||
margin-left: 10px; / Adjust as needed / | margin-left: 10px; / Adjust as needed / | ||
text-align: left; / Aligns content to the left */ | text-align: left; / Aligns content to the left */ | ||
Line 423: | Line 422: | ||
.nrs { | .nrs { | ||
grid-column: 2 / 3; /* Position in the center column */ | |||
text-align: center; | |||
} | } | ||