4 lines
63 B
CSS
4 lines
63 B
CSS
|
|
.invisiblewall {
|
||
|
|
display: none;
|
||
|
|
padding-bottom: 50px;
|
||
|
|
}
|