fixed section width

This commit is contained in:
akiranishikawa
2022-09-29 03:04:03 +09:00
parent 63e1203553
commit 070e42f192

View File

@@ -9,7 +9,7 @@ section {
background-image: none;
background-color:white;
margin: 0 auto;
width:50%;
max-width:860px;
box-shadow: 10px 10px 25px 10px rgba(0, 0, 0, .5);
}