mirror of https://github.com/ColorlibHQ/gentelella
minor updates
added some minor updates for easier use and responsiveness - added html and body 100% height to support height:100% for elements - added full-width and full-height helper classes - changed .mid_center's width attribute to max-width:320px in order to support smaller devices like iphone4 and iphone4s (screen size 320px )pull/275/head
parent
4cf0b8a0e7
commit
5f26c6dedb
|
@ -1,3 +1,13 @@
|
|||
html,body{
|
||||
height:100%;
|
||||
}
|
||||
|
||||
.full-width{
|
||||
width:100%;
|
||||
}
|
||||
.full-height{
|
||||
height:100%;
|
||||
}
|
||||
.left_col {
|
||||
background: #2A3F54;
|
||||
}
|
||||
|
@ -1049,7 +1059,7 @@ td span {
|
|||
margin-top: 5%;
|
||||
}
|
||||
.mid_center {
|
||||
width: 370px;
|
||||
max-width: 320px;
|
||||
margin: 0 auto;
|
||||
text-align: center;
|
||||
padding: 10px 20px;
|
||||
|
|
Loading…
Reference in New Issue