0
0
Fork 0

Add centre and clickable classes

This commit is contained in:
Oliver-Akins 2020-12-08 14:31:28 -07:00
parent c543f4f717
commit c096229710

View file

@ -1,4 +1,12 @@
.maximize { .maximize {
width: 100%; width: 100%;
height: 100%; height: 100%;
}
.clickable {
cursor: pointer;
}
.centre {
text-align: center;
} }