.about {
	&-view {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: 3vmin;
		min-height: 30vmin;
	}
	&-qrcode {
		border-radius: 1vmin;
		width: 80vmin;
		max-width: 300px;
	}
	&-btn {
		margin-top: 3vmin;
		padding: 0 2vmin;
		border: none;
		border-radius: 1vmin;
		height: 5vmin;
		background-color: #f66;
		cursor: pointer;
		font-size: 3vmin;
		color: #fff;
	}
}
