Updated some styles on the home page
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Gregory Ballantine 2022-11-09 14:33:58 -05:00
parent c86546af82
commit e33b23d88e
3 changed files with 10 additions and 2 deletions

View File

@ -34,7 +34,10 @@ input[type="submit"].button-primary{
} }
.container.fluid{ .container.fluid{
width: calc(100% - 60px);
max-width: 100%; max-width: 100%;
margin-left: 30px;
margin-right: 30px;
} }
#nav-bar{ #nav-bar{

View File

@ -36,6 +36,9 @@ fi
chown -R overseer:overseer /opt/overseer chown -R overseer:overseer /opt/overseer
chown -R overseer:overseer /etc/overseer chown -R overseer:overseer /etc/overseer
# Reload systemd unit files
systemctl daemon-reload
#DEBHELPER# #DEBHELPER#
exit 0 exit 0

View File

@ -28,7 +28,7 @@
<hr> <hr>
<section class="row"> <section class="row">
<div class="columns six"> <div class="columns twelve">
<h3>Recently updated hardware:</h3> <h3>Recently updated hardware:</h3>
<table class="u-full-width"> <table class="u-full-width">
<thead> <thead>
@ -51,8 +51,10 @@
</tbody> </tbody>
</table> </table>
</div> </div>
</section>
<div class="columns six"> <section class="row">
<div class="columns twelve">
<h3>Recently updated licenses:</h3> <h3>Recently updated licenses:</h3>
<table class="u-full-width"> <table class="u-full-width">
<thead> <thead>