mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
31 lines
463 B
CSS
31 lines
463 B
CSS
|
#slider {
|
||
|
margin-left: auto;
|
||
|
margin-right: auto;
|
||
|
margin-top: 2%;
|
||
|
background: #e8e8e8;
|
||
|
width: 247px;
|
||
|
height: 370px;
|
||
|
position: relative;
|
||
|
overflow: hidden;
|
||
|
text-align: left;
|
||
|
}
|
||
|
|
||
|
#slider-container {
|
||
|
width: 494px;
|
||
|
height: 370px;
|
||
|
}
|
||
|
|
||
|
#main {
|
||
|
background: #e8e8e8;
|
||
|
float: left;
|
||
|
width: 247px;
|
||
|
height: 370px;
|
||
|
position: relative;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
|
||
|
.block {
|
||
|
display: inline-block;
|
||
|
height: 370px;
|
||
|
}
|