Skip to content

Commit fd69bf5

Browse files
committed
feat: blog 2 ready
1 parent e45ab1a commit fd69bf5

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

css/style.css

+32
Original file line numberDiff line numberDiff line change
@@ -823,6 +823,10 @@ p {
823823
text-align: justify;
824824
}
825825

826+
.ai-cv-blog p.left-aligned {
827+
align-self: flex-start;
828+
}
829+
826830
.ai-cv-blog ul {
827831
list-style-type: disc;
828832
margin: 0 5vw;
@@ -845,6 +849,34 @@ p {
845849
gap: 1rem;
846850
}
847851

852+
.video-player,
853+
.youtube-video-player {
854+
width: 75%;
855+
min-height: 400px;
856+
display: flex;
857+
flex-flow: column;
858+
align-items: center;
859+
}
860+
861+
.youtube-video-player {
862+
min-height: 450px;
863+
gap: 1rem;
864+
}
865+
866+
.video-player .caption,
867+
.youtube-video-player .caption {
868+
text-align: center;
869+
}
870+
871+
.ai-cv-blog #list-cv-research-branches {
872+
display: flex;
873+
justify-content: space-between;
874+
}
875+
876+
.ai-cv-blog #list-cv-research-branches ul {
877+
margin-right: 0;
878+
}
879+
848880
.blog-page-end-nav-container {
849881
display: flex;
850882
align-items: center;

0 commit comments

Comments
 (0)