Skip to content

Commit

Permalink
Fix video and link on CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
blyxyas committed Aug 12, 2024
1 parent 991c1a6 commit 89906a9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ a {
color: black;
text-decoration: line !important;
text-decoration-color: #b764ff;
text-decoration-thickness: 6px;
text-decoration-thickness: 3px;
}

// a .main-title-wrapper {
Expand Down Expand Up @@ -185,6 +185,10 @@ blockquote {
font-style: italic;
}

video {
width: 100%;
}

// Mobile-friendly! :)
@media only screen and (max-width: 768px) {
.main-title {
Expand Down

0 comments on commit 89906a9

Please sign in to comment.