fix (again)
This commit is contained in:
parent
604c7e9dcd
commit
683e6dab96
1 changed files with 17 additions and 17 deletions
34
index.php
34
index.php
|
@ -5,8 +5,23 @@
|
|||
<meta charset="UTF-8">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<style>
|
||||
#center {
|
||||
max-width: 900px;
|
||||
margin: auto;
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
#function-column {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
#content-column {
|
||||
flex: 2;
|
||||
}
|
||||
|
||||
#body-input {
|
||||
width: 99%;
|
||||
width: 98%;
|
||||
height: 150px;
|
||||
resize: none;
|
||||
}
|
||||
|
@ -54,28 +69,13 @@
|
|||
|
||||
#refresh {
|
||||
width: 120px;
|
||||
margin: auto;
|
||||
margin: 10px auto;
|
||||
font-weight: 600;
|
||||
text-align: center;
|
||||
padding: 5px;
|
||||
color: var(--accent);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#center {
|
||||
max-width: 900px;
|
||||
margin: auto;
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
#function-column {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
#content-column {
|
||||
flex: 2;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
|
Reference in a new issue