add some css rules

This commit is contained in:
trinkey 2024-12-20 21:31:20 -05:00
parent c2961bc2ca
commit b2c3cc4c3d

View file

@ -71,7 +71,7 @@ button {
color: var(--text); color: var(--text);
font-family: "DejaVu Sans"; font-family: "DejaVu Sans";
outline: 1px solid var(--surface0); outline: 1px solid var(--surface0);
padding: 4px 12px; padding: 4px 8px;
min-width: 75px; min-width: 75px;
border: none; border: none;
margin: 2px 0; margin: 2px 0;
@ -92,6 +92,12 @@ button:active {
transition: background-color 0.1s; transition: background-color 0.1s;
} }
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.block { display: block; }
.inline-block { display: inline-block; }
#container { #container {
text-align: center; text-align: center;