24 lines
416 B
CSS
24 lines
416 B
CSS
.container {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
padding-left: 0.5rem;
|
|
padding-right: 0.5rem;
|
|
margin: 0;
|
|
}
|
|
.timbApp {
|
|
border-radius: 0.8rem;
|
|
background-color: #F1C40F;
|
|
padding: 0.5rem;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.timbManc {
|
|
border-radius: 0.8rem;
|
|
background-color: #F1C40F;
|
|
padding: 0.5rem;
|
|
margin-left: 0.5rem;
|
|
width: 100%;
|
|
height: 100%;
|
|
} |