feat: cleanup glitch assets and files and general prettifying
This commit is contained in:
+14
-16
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user