File tree 1 file changed +32
-0
lines changed
1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 823
823
text-align : justify;
824
824
}
825
825
826
+ .ai-cv-blog p .left-aligned {
827
+ align-self : flex-start;
828
+ }
829
+
826
830
.ai-cv-blog ul {
827
831
list-style-type : disc;
828
832
margin : 0 5vw ;
845
849
gap : 1rem ;
846
850
}
847
851
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
+
848
880
.blog-page-end-nav-container {
849
881
display : flex;
850
882
align-items : center;
You can’t perform that action at this time.
0 commit comments