4,554
edits
No edit summary |
No edit summary |
||
Line 367: | Line 367: | ||
} | } | ||
/* End Style for article window<------ */ | /* End Style for article window<------ */ | ||
.footer { | .footer { | ||
display: flex; /* Enables Flexbox */ | |||
align-items: center; /* Vertically aligns items in the middle */ | |||
justify-content: space-between; /* Spreads out the items */ | |||
position: fixed; /* Fix the footer to the bottom */ | |||
left: 0; | |||
bottom: 0; | |||
width: 100%; /* Full width */ | |||
padding: 10px; /* Adjust as needed */ | |||
box-sizing: border-box; /* To include padding in width calculation */ | |||
} | } | ||
Line 382: | Line 384: | ||
#simpleSearch { | #simpleSearch { | ||
align-items: center; | align-items: center; | ||
margin-left: 10px; /* Adjust as needed */ | |||
} | } | ||
Line 421: | Line 422: | ||
.nrs { | .nrs { | ||
margin-right: auto; /* Pushes the element to the center */ | |||
margin-left: auto; /* Continues to center the element */ | |||
} | } | ||