Update app.scss (#56)

This commit is contained in:
Milad Raeisi 2023-01-16 20:52:36 +03:30 committed by GitHub
parent 72f3c11c1e
commit 0c644455fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,6 +48,7 @@ header {
.bg {
border-bottom: 3px solid #9c27b0;
height: 220px;
}
.bio:hover > .desc {
@ -61,7 +62,7 @@ header {
right: 0;
left: 0;
margin: auto;
width: 70px;
width: 102px;
display: block;
}
@ -130,10 +131,11 @@ header {
top: 0;
background-color: rgba(0, 0, 0, 0.6);
width: 100%;
height: 171px;
height: 100%;
max-height: 220px;
color: white;
text-align: center;
opacity: 0.5;
opacity: 0.8;
transition-property: all;
transition-duration: 0.3s;
transition-timing-function: ease-in;