why is width 100% larger than the containing div?
This commit is contained in:
parent
36a56d12a5
commit
a2e36b7df4
2 changed files with 5 additions and 6 deletions
|
@ -7,14 +7,13 @@
|
|||
<link rel="stylesheet" href="/public/style.css" />
|
||||
<link
|
||||
rel="icon"
|
||||
href="/public/icons/red-background/favicon.ico"
|
||||
href="/icons/red-background/favicon.ico"
|
||||
type="image/x-icon"
|
||||
/>
|
||||
<meta
|
||||
name="description"
|
||||
content="Myco.systems is a tech cooperative that utilizes open-source technology to enable individuals from diverse backgrounds to develop sustainable solutions."
|
||||
/>
|
||||
|
||||
<meta property="og:url" content="https://myco.systems/" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:title" content="The Mycelial Network" />
|
||||
|
@ -26,7 +25,6 @@
|
|||
property="og:image"
|
||||
content="https://myco.systems/icons/backgrounds/concrete-shrooms.png"
|
||||
/>
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta property="twitter:domain" content="myco.systems" />
|
||||
<meta property="twitter:url" content="https://myco.systems/" />
|
||||
|
|
|
@ -144,15 +144,16 @@ body,
|
|||
word-wrap: break-word;
|
||||
font-size: 12px !important;
|
||||
background-color: #241917;
|
||||
color: #fff;
|
||||
color: #f3bbae;
|
||||
border: 4px solid #f3bbae92;
|
||||
padding: 5px;
|
||||
height: 100%;
|
||||
max-height: 100%;
|
||||
max-width: 100%;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.area-full:hover {
|
||||
border: 4px solid #f3bbae92;
|
||||
border: 4px solid #f3bbae74;
|
||||
}
|
||||
|
||||
#spellCheck {
|
||||
|
|
Loading…
Add table
Reference in a new issue