major features update
This commit is contained in:
parent
519fb49901
commit
4e2fab67c5
48 changed files with 3925 additions and 208 deletions
48
static/contact.css
Normal file
48
static/contact.css
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
main {
|
||||
padding-top: 1em;
|
||||
}
|
||||
|
||||
#fields {
|
||||
display: grid;
|
||||
grid-template-columns: min-content auto;
|
||||
gap: 0.5em;
|
||||
|
||||
label {
|
||||
color: var(--line-color);
|
||||
text-align: right;
|
||||
|
||||
&::after {
|
||||
content: ":"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#names {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: min-content;
|
||||
|
||||
div {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
}
|
||||
|
||||
#addresses {
|
||||
display: grid;
|
||||
grid-template-columns: min-content auto;
|
||||
row-gap: 0.5em;
|
||||
|
||||
.label {
|
||||
color: var(--line-color);
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
|
||||
.hint {
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
code {
|
||||
font-family: monospace;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue