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

plenty o changes

This commit is contained in:
2016-08-18 20:32:54 +00:00
parent 2cfda4bb4f
commit 3e6ffc206a
11 changed files with 175 additions and 30 deletions

View File

@@ -1,5 +1,26 @@
@import './utils.scss';
body{
position: relative;
-webkit-font-smoothing: subpixel-antialiased;
}
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
a{
background-color: transparent;
color: #3598db;
text-decoration: none;
&:hover{
color: #3598db;
}
}
.Layout {
@@ -46,22 +67,4 @@ body{
.Previews{
flex: 1;
-webkit-flex: 1;
}
.Sidebar{
background: #fff;
width: 300px;
img{
width: 100%;
height: auto;
}
@media (max-width: 768px) {
position: absolute;
top: 0;
bottom: 0;
right: 0;
}
}
}