@import "style.css";

.work {
	header + ul {
		margin-top: 60px;
	}

	

	.project-index-list {
		width: 100%;

		li {
			width: 100%;
			display: flex;
			align-items: center;
			justify-content: space-between;
			border-bottom: 1px solid black;
			padding-block: 12px;

			@media (width >= 1024px) {
				padding-block: 24px;
			}


			a {
				text-decoration: underline;
			}

		}
		
	}

	.p5-container {
		width: 100%;
		overflow: hidden;
		height: 100px;

		canvas {
			display: block;
			width: 100%;
			height: inherit;
		}
	}
}