add some styling via bulma
All checks were successful
Build access-web-migration / Build-And-Push (push) Successful in 15s
All checks were successful
Build access-web-migration / Build-And-Push (push) Successful in 15s
This commit is contained in:
@@ -2,9 +2,13 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>{{title}}</title>
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@1.0.0/css/bulma.min.css">
|
||||
<link rel='stylesheet' href='/stylesheets/style.css' />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
</head>
|
||||
<body>
|
||||
<section class="section">
|
||||
{{{body}}}
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user