This commit is contained in:
awesomeuser 2023-08-02 22:33:46 +00:00
parent 8e015a1405
commit 604c7e9dcd

View file

@ -63,21 +63,26 @@
}
#center {
max-width: 1200px;
max-width: 900px;
margin: auto;
display: flex;
gap: 10px;
}
#function-column, #content-column {
#function-column {
flex: 1;
}
#content-column {
flex: 2;
}
</style>
</head>
<body>
<div id="center">
<div id="#function-column">
<div id="function-column">
<!-- header and options for making posts -->
<div class="post" style="border-top-left-radius: 0; border-top-right-radius: 0;">
@ -94,7 +99,7 @@
</div>
<div id="#content-column">
<div id="content-column">
<!-- save most recent signature as a cookie and autoload on page load -->
<script>