fix (again)

This commit is contained in:
awesomeuser 2023-08-02 22:35:30 +00:00
parent 604c7e9dcd
commit 683e6dab96

View file

@ -5,8 +5,23 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="style.css">
<style> <style>
#center {
max-width: 900px;
margin: auto;
display: flex;
gap: 10px;
}
#function-column {
flex: 1;
}
#content-column {
flex: 2;
}
#body-input { #body-input {
width: 99%; width: 98%;
height: 150px; height: 150px;
resize: none; resize: none;
} }
@ -54,28 +69,13 @@
#refresh { #refresh {
width: 120px; width: 120px;
margin: auto; margin: 10px auto;
font-weight: 600; font-weight: 600;
text-align: center; text-align: center;
padding: 5px; padding: 5px;
color: var(--accent); color: var(--accent);
cursor: pointer; cursor: pointer;
} }
#center {
max-width: 900px;
margin: auto;
display: flex;
gap: 10px;
}
#function-column {
flex: 1;
}
#content-column {
flex: 2;
}
</style> </style>
</head> </head>
<body> <body>