mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2024-11-22 03:19:25 +00:00
Add images
This commit is contained in:
parent
80cca5b1be
commit
f4bcc2ecd9
@ -16,7 +16,7 @@ $block-border-radius: 0.15rem;
|
||||
}
|
||||
|
||||
p code {
|
||||
padding: $padding-1 $padding-4;
|
||||
padding: 0 $padding-4;
|
||||
background: $gray-100;
|
||||
border-radius: $block-border-radius;
|
||||
}
|
||||
|
@ -103,13 +103,13 @@ a {
|
||||
|
||||
> ul {
|
||||
margin: $size-48 0;
|
||||
padding: 0 $padding-16;
|
||||
padding: 0 $padding-8;
|
||||
border-left: $padding-1 solid $gray-200;
|
||||
}
|
||||
}
|
||||
|
||||
ul {
|
||||
padding-left: $padding-4;
|
||||
padding-left: $padding-8;
|
||||
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 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/grids-responsive-min.css" rel="stylesheet"> -->
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user