21 lines
262 B
SCSS
21 lines
262 B
SCSS
.grid-col {
|
|
padding: 0.5rem !important;
|
|
background:$l-bg;
|
|
// box-shadow: 2px 3px 10px 0px rgba(119, 119, 119, 0.1);
|
|
|
|
|
|
}
|
|
|
|
.row.grid {
|
|
margin-bottom: 1.5rem;
|
|
text-align: center;
|
|
}
|
|
|
|
.row.grid .grid-col:first-child{
|
|
text-align: left;
|
|
}
|
|
|
|
|
|
|
|
|