blob: 39a8bc2dc3d8d8d0782372f75a1d98aa5d5d9e6c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@500&display=swap");
/* Experimental color scheme */
.view {
width: 80%;
margin: 2rem auto; }
.view {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center; }
|