mirror of
https://github.com/Retropex/bitfeed.git
synced 2025-05-14 04:00:45 +02:00
Tweak contact tab sizing
This commit is contained in:
parent
7fedf95f69
commit
96b4984e48
@ -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",
|
||||||
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user