-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unified the widths, centered the headlines and redid the styling on t…
…he showcase page.
- Loading branch information
Showing
5 changed files
with
42 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,16 @@ | ||
#videos { | ||
width: 100%; | ||
display: flex; | ||
justify-content: space-between; | ||
align-items: center; | ||
} | ||
|
||
video { | ||
width: 85%; | ||
width: 45%; | ||
display: block; | ||
margin: auto; | ||
opacity: 80%; | ||
border-radius: 10px; | ||
margin-bottom: 20px; | ||
} | ||
|
||
article section { | ||
margin-bottom: 40px; | ||
box-shadow: 10px 10px var(--shadow-color); | ||
} | ||
|
||
a { | ||
color: var(--main-color-light); | ||
} | ||
|
||
/* Styling for PC and tablets */ | ||
@media only screen and (min-width: 800px){ | ||
video { | ||
width: 55%; | ||
} | ||
#external_link_container { | ||
width: 60%; | ||
display: flex; | ||
gap: 30px; | ||
margin: auto; | ||
} | ||
#external_link_container section { | ||
width: 45%; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters