fix
This commit is contained in:
parent
8e015a1405
commit
604c7e9dcd
1 changed files with 9 additions and 4 deletions
13
index.php
13
index.php
|
@ -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>
|
||||
|
|
Reference in a new issue