Skip to content

Commit

Permalink
fix: styles
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
  • Loading branch information
caarlos0 committed Aug 5, 2021
1 parent c7f8b98 commit 1f21ac4
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions static/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ hr {
padding: 0;
}

code {
pre code#code {
text-align: left;
font-size: 1.3em;
overflow-x: hidden;
}

div {
Expand Down Expand Up @@ -88,10 +89,14 @@ div.title>span.subtitle {
color: #555;
}

div.main {
width: 80%;
max-width: 800px;
div.main,
div.chart,
div.code,
div.footer {
width: 90%;
max-width: 1000px;
min-width: 300px;
text-align: center;
}

div.main p {
Expand All @@ -105,7 +110,7 @@ div.code {
}

div.main>form>input[type=text] {
width: 100%;
width: 80%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
Expand All @@ -117,6 +122,10 @@ div.main>form>input[type=text] {
color: #555;
}

div.main>form>.btn{
width: 80%;
}


p.error {
color: #e76060;
Expand Down

0 comments on commit 1f21ac4

Please sign in to comment.