Add images
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
+2
-2
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Vendored
BIN
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 317 KiB |
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"> -->
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user