some more work
This commit is contained in:
parent
65438d8799
commit
a4891e24bb
3 changed files with 88 additions and 85 deletions
38
styles.css
38
styles.css
|
@ -126,6 +126,17 @@ body {
|
|||
height: 50px;
|
||||
}
|
||||
|
||||
.avatar-img-big {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
.avatar-name {
|
||||
font-size:2em;
|
||||
font-weight:600;
|
||||
padding-top:0.3em
|
||||
}
|
||||
|
||||
.container {
|
||||
max-width: 2000px !important;
|
||||
}
|
||||
|
@ -155,4 +166,31 @@ body {
|
|||
border: 0px solid rgba(0, 137, 57, .5);
|
||||
box-shadow:0 .5rem 1rem rgba(0, 0, 0, .30); !important
|
||||
border-radius:.8rem;
|
||||
opacity: 0;
|
||||
transition: opacity 0.5s linear;
|
||||
}
|
||||
|
||||
.card-big {
|
||||
font-size: 1.8em;
|
||||
font-weight: 400;
|
||||
margin-top: 20px !important;
|
||||
margin-left: 40px !important;
|
||||
margin-right: 40px !important;
|
||||
margin-bottom: 20px !important;
|
||||
}
|
||||
|
||||
.card-img-bottom {
|
||||
max-width: 600px;
|
||||
max-height: 500px;
|
||||
border-top-left-radius: calc(.25rem - 1px);
|
||||
border-top-right-radius:calc(.25rem - 1px);
|
||||
margin-top: 0px !important;
|
||||
margin-bottom: 10px !important;
|
||||
}
|
||||
|
||||
.text-muted {
|
||||
color:#6c757d !important;
|
||||
font-size: 0.6em;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue