ajustement design
This commit is contained in:
@@ -4,13 +4,7 @@
|
||||
display: grid;
|
||||
grid-template-columns: repeat(12, 1fr);
|
||||
// grid-gap: 10px;
|
||||
.layout-sidebar-first{
|
||||
position: relative;
|
||||
.sidebar_first_container{
|
||||
position: sticky;
|
||||
position: -webkit-sticky;
|
||||
}
|
||||
}
|
||||
|
||||
.layout-content{
|
||||
// grid-column: 3 / 11;
|
||||
grid-row: 1;
|
||||
@@ -168,6 +162,7 @@
|
||||
img{
|
||||
width: 40px;
|
||||
height: auto;
|
||||
margin: auto;
|
||||
@media(max-width: 891px){
|
||||
width: 30px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user