Add centre and clickable classes
This commit is contained in:
parent
c543f4f717
commit
c096229710
1 changed files with 8 additions and 0 deletions
|
|
@ -1,4 +1,12 @@
|
|||
.maximize {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.clickable {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.centre {
|
||||
text-align: center;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue