summaryrefslogtreecommitdiff
path: root/examples/framework-react/src/components/Counter.css
blob: fb21044d78cc639a2a9b95a3b72a0435ea0e7713 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
.counter {
	display: grid;
	font-size: 2em;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 2em;
	place-items: center;
}

.counter-message {
	text-align: center;
}
4c7c58e3d26f1&follow=1'>fix(core): handle encoded characters when matching routes (#5836)Gravatar Nate Moore 8-2/+85 2023-01-12Handle compiler breaking change (#5803)Gravatar Bjorn Lu 12-328/+109 2023-01-12fix shiki css class replace logic in md and mdx integrations (#5837)Gravatar Giuseppe La Torre 3-3/+9 2023-01-11[ci] formatGravatar matthewp 2-2/+2 2023-01-11Simplify HMR handling (#5811)Gravatar Bjorn Lu 8-108/+46 2023-01-11[Content collections] Remove experimental flag (#5825)Gravatar Ben Holmes 27-103/+58 2023-01-11[Content collections] Improve content config handling (#5824)Gravatar Ben Holmes 5-58/+78 2023-01-11Run sync as part of `astro check` (#5823)Gravatar Chris Swithinbank 3-2/+13 2023-01-11[ci] update lockfile (#5815)Gravatar Fred K. Bot 1-257/+256 2023-01-11Fix order-of-execution bug when generating pages (#5822)Gravatar Nate Moore 2-2/+7 2023-01-11Fix `Code.astro` shiki css class replace logic (#5829)Gravatar Giuseppe La Torre 2-1/+6