11 lines
116 B
Plaintext
11 lines
116 B
Plaintext
|
|
//-----------------------------------------
|
|
// Sizing
|
|
|
|
.fullwidth{
|
|
width: 100%;
|
|
}
|
|
.fullheight{
|
|
height: 100%;
|
|
}
|