feat: cleanup glitch assets and files and general prettifying

This commit is contained in:
Kris Koishigawa 2020-07-22 14:36:06 +09:00
parent ccddc93fdd
commit a0556d30ee
8 changed files with 71 additions and 150 deletions

View file

@ -1,17 +1,15 @@
/****** Main Styling ******/
body {
font-family: 'Roboto', sans-serif;
font-size: 16px;
color: #222;
background-color: #FaFaFa;
text-align: center;
line-height: 1.4em;
font-family: 'Roboto', sans-serif;
font-size: 16px;
color: #222;
background-color: #fafafa;
text-align: center;
line-height: 1.4em;
}
.container {
padding: 0;
margin-top: 40px;
padding: 0;
margin-top: 40px;
}
h3 {
@ -19,7 +17,7 @@ h3 {
}
.footer {
margin-top: 40px;
margin-top: 40px;
}
.user-stories {
@ -35,10 +33,10 @@ code {
background-color: #fff;
}
ol {
list-style-position: inside;
list-style-position: inside;
}
ul {
list-style-type: none;
list-style-type: none;
}
li {
@ -49,7 +47,7 @@ li {
}
a {
color: #2574A9;
color: #2574a9;
}
form {
@ -68,7 +66,7 @@ input {
padding: 5px;
}
input[type=text] {
input[type='text'] {
width: 220px;
text-align: center;
}
}