Tweak contact tab sizing

This commit is contained in:
Mononaut 2021-04-29 10:25:27 -06:00
parent 7fedf95f69
commit 96b4984e48
2 changed files with 4 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "bitfeed-client", "name": "bitfeed-client",
"version": "1.6.1", "version": "1.6.2",
"scripts": { "scripts": {
"build": "rollup -c", "build": "rollup -c",
"dev": "rollup -c -w", "dev": "rollup -c -w",

View File

@ -9,12 +9,11 @@ import Mononaut from '../components/Mononaut.svelte'
<style type="text/scss"> <style type="text/scss">
.contact { .contact {
text-align: center; text-align: center;
width: 24em; width: 26em;
max-width: calc(100vw - 50px); max-width: calc(100vw - 50px);
.mononaut { .mononaut {
font-family: monospace; font-family: "Courier", monospace;
font-size: 1.2em;
} }
.avatar-and-intro { .avatar-and-intro {
@ -43,12 +42,11 @@ import Mononaut from '../components/Mononaut.svelte'
align-items: center; align-items: center;
justify-content: flex-start; justify-content: flex-start;
height: 2.0em; height: 2.0em;
font-size: 1.2em;
font-weight: bold; font-weight: bold;
padding: .3em; padding: .3em;
border-radius: 1.0em; border-radius: 1.0em;
background: var(--bold-a); background: var(--bold-a);
font-family: monospace; font-family: "Courier", monospace;
color: white; color: white;
.social-icon { .social-icon {