Add images
This commit is contained in:
parent
80cca5b1be
commit
f4bcc2ecd9
6 changed files with 4 additions and 4 deletions
|
@ -16,7 +16,7 @@ $block-border-radius: 0.15rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
p code {
|
p code {
|
||||||
padding: $padding-1 $padding-4;
|
padding: 0 $padding-4;
|
||||||
background: $gray-100;
|
background: $gray-100;
|
||||||
border-radius: $block-border-radius;
|
border-radius: $block-border-radius;
|
||||||
}
|
}
|
||||||
|
|
|
@ -103,13 +103,13 @@ a {
|
||||||
|
|
||||||
> ul {
|
> ul {
|
||||||
margin: $size-48 0;
|
margin: $size-48 0;
|
||||||
padding: 0 $padding-16;
|
padding: 0 $padding-8;
|
||||||
border-left: $padding-1 solid $gray-200;
|
border-left: $padding-1 solid $gray-200;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
padding-left: $padding-4;
|
padding-left: $padding-8;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
BIN
images/.DS_Store
vendored
Normal file
BIN
images/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
images/screenshot.png
Normal file
BIN
images/screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 317 KiB |
BIN
images/tn.png
Normal file
BIN
images/tn.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 160 KiB |
|
@ -1,7 +1,7 @@
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
|
||||||
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,600" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono|Roboto:300,400,700" rel="stylesheet">
|
||||||
<link href="/css/pure-min.css" rel="stylesheet">
|
<link href="/css/pure-min.css" rel="stylesheet">
|
||||||
<!-- <link href="/css/grids-responsive-min.css" rel="stylesheet"> -->
|
<!-- <link href="/css/grids-responsive-min.css" rel="stylesheet"> -->
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue