Clase para paddin cero en columnas anidadas de CSS Grid.
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
BODY{
|
||||
BODY {
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.hide {
|
||||
display: none;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.nopadding {
|
||||
padding: 0 !important;
|
||||
margin: 0 !important;
|
||||
}
|
||||
Reference in New Issue
Block a user