Minimise
This commit is contained in:
parent
0d5a01c20d
commit
27c5688aa6
1 changed files with 5 additions and 1 deletions
|
@ -46,6 +46,10 @@
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
figure {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
@ -65,7 +69,7 @@
|
|||
</style>
|
||||
|
||||
</head>
|
||||
<body class="{{body_class}}">
|
||||
<body>
|
||||
|
||||
<header>
|
||||
<h2>{{@site.title}}</h2>
|
||||
|
|
Loading…
Reference in a new issue