maj
This commit is contained in:
@@ -1,18 +1,17 @@
|
||||
#footer{
|
||||
width: 100%;
|
||||
background: grey;
|
||||
.sub-content{
|
||||
background: $light-grey;
|
||||
.block{
|
||||
@include inlineflex;
|
||||
width: 100%;
|
||||
margin: 20px 0;
|
||||
justify-content: center;
|
||||
h3{
|
||||
margin-top: 20px;
|
||||
}
|
||||
p{
|
||||
padding: 0 20px;
|
||||
|
||||
img{
|
||||
width: 50%;
|
||||
min-width: 200px;
|
||||
width: 100%;
|
||||
max-width: 150px;
|
||||
height: auto;
|
||||
}
|
||||
&:nth-of-type(1){
|
||||
@@ -22,7 +21,6 @@
|
||||
}
|
||||
&:not(:nth-of-type(1)){
|
||||
border-left: 1px solid black;
|
||||
padding: 0 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user