This commit is contained in:
rca 2024-08-14 09:56:59 +09:00
parent db2ca81af3
commit 3eeb5b49cc
3 changed files with 8 additions and 11 deletions

7
css/fix.css Normal file
View File

@ -0,0 +1,7 @@
.flow_img {
display: block;
margin-left: auto;
margin-right: auto;
height: 150mm;
}

View File

@ -6,16 +6,5 @@
</div>
<img src="/documents/img/flow/overview.png" class="flow_img">
<!-- TODO: 上下中央に揃える?-->
<style>
.flow_img {
display: block;
margin-left: auto;
margin-right: auto;
height: 150mm;
}
</style>

View File

@ -7,6 +7,7 @@
<title>Template</title>
<link rel="stylesheet" href="/css/github-markdown.css">
<link rel="stylesheet" href="/css/custom.css">
<link rel="stylesheet" href="/css/fix.css">
</head>
<body>
<div class="FrontCover">