Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ main {
rgba(255, 255, 255, 0.7),
rgba(255, 255, 255, 0.3)
);
border: 2px solid #fff;
border-radius: 2rem;
}
.link {
Expand Down Expand Up @@ -149,6 +150,7 @@ main {
border-radius: 1rem;
margin: 2rem 0rem;
padding: 2rem;
border: 1px solid #fff;
box-shadow: 6px 6px 20px rgba(122, 122, 122, 0.212);
justify-content: space-between;
}
Expand All @@ -171,6 +173,7 @@ main {
}
.card-info {
display: flex;
margin-left: 15px;
flex-direction: column;
justify-content: space-between;
}
Expand All @@ -181,3 +184,11 @@ main {
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

@media(min-width: 780px){

.glass {
width: 90%;
}

}