mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
21 lines
276 B
SCSS
21 lines
276 B
SCSS
.grid-col {
|
|
padding: 1rem !important;
|
|
background:rgba(255,255,255,0.8);
|
|
// 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;
|
|
}
|
|
|
|
|
|
|
|
|