aboutsummaryrefslogtreecommitdiff
path: root/src/app/anime/recent/recent.module.css
blob: 5756ccbc567338e664c64e9684fc933b65ced850 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.RecentText {
	color: #FFB996;
	display: flex;
	align-items: center;
}

.RecentText p {
	font-size: 26px;
	margin: 5px;
	font-family: "Quicksand";
}

.RecentText span {
	margin-top: 6px;
}