1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-11 02:12:53 +00:00

almost finished with chart

This commit is contained in:
2016-09-16 19:02:38 +00:00
parent 922e3c9cef
commit 5e5db2698d
9 changed files with 113 additions and 58 deletions

View File

@@ -2,7 +2,6 @@
flex: 1;
flex-wrap: wrap;
min-width: 0;
min-height: 500px;
.post+ .post {
margin-top: 2em;
}

View File

@@ -55,6 +55,19 @@ hr {
border-top: 1px solid #eee;
}
select{
background-color: #fff;
border: 1px solid #ccc;
border-radius: 0.2em;
height: 35px;
color: #555;
&:focus{
border-color: #66afe9;
outline: 0;
box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
}
.Footer,
.Main {
display: flex;