mirror of
https://github.com/yusufipk/natours-react.git
synced 2026-09-12 03:26:10 +00:00
created text component
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
.row {
|
||||
max-width: $grid-width;
|
||||
background-color: #eee;
|
||||
margin: 0 auto;
|
||||
|
||||
&:not(:last-child) {
|
||||
@@ -10,9 +9,7 @@
|
||||
@include clearfix;
|
||||
|
||||
[class^="col-"] {
|
||||
background-color: orangered;
|
||||
float: left;
|
||||
color: $color-white;
|
||||
|
||||
&:not(:last-child) {
|
||||
margin-right: $gutter-horizontal;
|
||||
|
||||
Reference in New Issue
Block a user