Skip to content

Commit b2725fb

Browse files
committed
横にはみ出てスクロール対象とならないよう CSS を調整
1 parent e57594e commit b2725fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kachimai-download.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@
4242
}
4343
</script>
4444
<style type="text/css">
45-
body, ul#dl-list { margin: 0; padding: 0; }
45+
body, ul#dl-list { margin: 1px; padding: 0; } /* 1px は li の border 分 */
4646
ul#dl-list li {
4747
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
4848
font-size: 2em;
4949
width: 100%;
5050
text-align: center;
5151
border: 1px solid black;
5252
border-radius: 25px;
53-
padding: 8px;
53+
padding: 8px 0px;
5454
margin: 4px 0px;
5555
}
5656
ul#dl-list li {

0 commit comments

Comments
 (0)