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",
"version": "1.6.1",
"version": "1.6.2",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",

View File

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