mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
10 lines
122 B
CSS
10 lines
122 B
CSS
.container {
|
|
margin: 10px;
|
|
}
|
|
|
|
@media only screen and (max-width: 640px) {
|
|
.container {
|
|
margin: 0;
|
|
}
|
|
}
|