Skip to content

Commit

Permalink
cambio de proporciones de las columnas
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielcalarco committed Aug 16, 2024
1 parent c3cc99c commit bfcb5ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,11 @@ color: #186ec4;
.col-left {
/* padding-right: $spacer-2; */
float: left;
width: 60%;
width: 40%;
}
.col-right {
float: right;
width: 40%;
width: 55%;
}
/* Clear floats after the columns */
.row {
Expand Down

0 comments on commit bfcb5ec

Please sign in to comment.