created text component

This commit is contained in:
Yusuf Ipek
2021-05-01 15:49:54 +03:00
parent 4d60e39e66
commit 9199a562e8
7 changed files with 56 additions and 3 deletions
-3
View File
@@ -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;