tweak to alignment

This commit is contained in:
steveseguin 2023-04-06 10:26:12 -04:00
parent ff7c067f09
commit 6488899edb
2 changed files with 4 additions and 4 deletions

View File

@ -56,7 +56,7 @@
<meta property="twitter:image" content="./media/vdoNinja_logo_full.png" />
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#ffffff" />
<link rel="stylesheet" href="./main.css?ver=274" />
<link rel="stylesheet" href="./main.css?ver=275" />
<script type="text/javascript" crossorigin="anonymous" src="./thirdparty/adapter.js"></script>
<style id="lightbox-animations" type="text/css"></style>
<!-- <link rel="manifest" href="manifest.json" /> -->

View File

@ -3515,10 +3515,10 @@ div#roomnotes2 {
.controlsGrid button {
display: flex;
justify-content: center;
align-items: center;
justify-content: center;
margin: 0;
text-align: right;
padding: 5px;
padding: 5px;
border-radius: 4px;
}
.controlsGrid button.center {