exptech commited on
Commit
ae69984
·
verified ·
1 Parent(s): 1f33171

Upload style.css with huggingface_hub

Browse files
Files changed (1) hide show
  1. style.css +30 -0
style.css CHANGED
@@ -936,6 +936,36 @@ header, section, footer {
936
  }
937
 
938
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
939
  /* ========================================
940
  About
941
  ======================================== */
 
936
  }
937
 
938
 
939
+ /* ========================================
940
+ Launch Video
941
+ ======================================== */
942
+
943
+ .launch-video {
944
+ padding: 4rem 1.5rem 2rem;
945
+ max-width: 960px;
946
+ margin: 0 auto;
947
+ }
948
+
949
+ .launch-video h2 {
950
+ font-family: var(--font-display);
951
+ font-size: 2.4rem;
952
+ letter-spacing: 0.08em;
953
+ color: var(--text-primary);
954
+ margin-bottom: 1.5rem;
955
+ text-align: center;
956
+ }
957
+
958
+ .launch-video-wrap {
959
+ border-radius: var(--radius-lg);
960
+ overflow: hidden;
961
+ border: 1px solid var(--border);
962
+ }
963
+
964
+ .launch-video-wrap video {
965
+ width: 100%;
966
+ display: block;
967
+ }
968
+
969
  /* ========================================
970
  About
971
  ======================================== */