-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Limpiado de la base de datos para que inicie sin datos.
Cambio en el estilo para que el anchod e los cards tenga un mínimo de 250px.
- Loading branch information
Showing
2 changed files
with
1 addition
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,6 +71,7 @@ div.el-card { | |
float: left; | ||
margin: 10px; | ||
width: 30%; | ||
min-width: 250px; | ||
} | ||
|
||
div.el-card__body { | ||
|