mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-12 19:12:18 +00:00
improve margins
This commit is contained in:
parent
64bd8a01a4
commit
7b238e1dfe
1 changed files with 14 additions and 2 deletions
|
@ -14,11 +14,19 @@
|
|||
url('https://cdn.runtimeterror.dev/fonts/BerkeleyMono-Regular.woff2') format('woff2'),
|
||||
}
|
||||
|
||||
/* override page max-width */
|
||||
/* minor layout tweaks */
|
||||
.page {
|
||||
max-width: 72rem;
|
||||
}
|
||||
|
||||
.page__body {
|
||||
margin: 1rem;
|
||||
}
|
||||
|
||||
.page__aside {
|
||||
margin: 0 1rem 0 0;
|
||||
}
|
||||
|
||||
|
||||
/* logo tweaks */
|
||||
.page__logo {
|
||||
|
@ -245,11 +253,15 @@ input {
|
|||
background-color: var(--off-bg);
|
||||
color: var(--off-fg);
|
||||
height: 1.5rem;
|
||||
border-radius: 0.25rem;
|
||||
border-radius: 0.25rem 0 0 0.25rem;
|
||||
padding-left: 0.5rem;
|
||||
font-family: var(--font-monospace);
|
||||
}
|
||||
|
||||
form {
|
||||
width:auto;
|
||||
}
|
||||
|
||||
input:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue