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:
@@ -2,7 +2,6 @@
|
||||
flex: 1;
|
||||
flex-wrap: wrap;
|
||||
min-width: 0;
|
||||
min-height: 500px;
|
||||
.post+ .post {
|
||||
margin-top: 2em;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user