Nada nuevo

This commit is contained in:
2021-03-02 18:49:54 +01:00
parent 9e0617e796
commit 3e7968ab7f
4 changed files with 51 additions and 40 deletions

View File

@@ -8,7 +8,6 @@
*{
padding: 10px;
display: block;
margin: auto;
}
.main{
@@ -57,6 +56,7 @@
.botonesHidden{
display: none;
padding: none;
}
.botonesVisible{
@@ -64,14 +64,21 @@
}
.eventos{
float: left;
text-align: justify;
}
.evento{
max-width:fit-content;
}
.evento:hover{
background-color: rgb(97, 97, 97);
}
.eventoHeader{
font-weight: bold;
float: left;
}
.eventoDesc{
@@ -82,12 +89,6 @@
height: 200px;
}
mat-menu{
position: relative;
margin: inherit;
color: pink;
}
mat-card-header{
text-align: right;
font-weight: bold;