@media screen and (min-width: 300px) {
	p {
		float: left;
		text-decoration: underline;
	}
}
