diff --git a/assets/css/main.css b/assets/css/main.css index c986bbb..8b4bf7a 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -115,3 +115,6 @@ a.nav-element:hover { width: 100%; } +div.three-dimensions-card h2 { + margin-top: .5em; +} \ No newline at end of file diff --git a/assets/dist/main.css b/assets/dist/main.css index 5640880..da5a536 100644 --- a/assets/dist/main.css +++ b/assets/dist/main.css @@ -1048,18 +1048,6 @@ video { border-width: 0; } -.absolute { - position: absolute; -} - -.relative { - position: relative; -} - -.-left-1 { - left: -0.25rem; -} - .m-4 { margin: 1rem; } @@ -1111,26 +1099,22 @@ video { height: 6rem; } -.h-5 { - height: 1.25rem; -} - -.h-12 { - height: 3rem; -} - -.h-20 { - height: 5rem; -} - .h-40 { height: 10rem; } +.h-5 { + height: 1.25rem; +} + .w-10 { width: 2.5rem; } +.w-40 { + width: 10rem; +} + .w-5 { width: 1.25rem; } @@ -1143,18 +1127,6 @@ video { width: 100%; } -.w-12 { - width: 3rem; -} - -.w-20 { - width: 5rem; -} - -.w-40 { - width: 10rem; -} - .max-w-screen-xl { max-width: 1280px; } @@ -1189,26 +1161,18 @@ video { align-self: center; } -.overflow-hidden { - overflow: hidden; -} - .whitespace-nowrap { white-space: nowrap; } -.rounded { - border-radius: 0.25rem; +.rounded-full { + border-radius: 9999px; } .rounded-lg { border-radius: 0.5rem; } -.rounded-full { - border-radius: 9999px; -} - .rounded-bl-lg { border-bottom-left-radius: 0.5rem; } @@ -1241,21 +1205,11 @@ video { background-color: rgb(241 245 249 / var(--tw-bg-opacity)); } -.bg-ucla-blue { - --tw-bg-opacity: 1; - background-color: rgb(0 51 160 / var(--tw-bg-opacity)); -} - .bg-white { --tw-bg-opacity: 1; background-color: rgb(255 255 255 / var(--tw-bg-opacity)); } -.bg-gray-100 { - --tw-bg-opacity: 1; - background-color: rgb(243 244 246 / var(--tw-bg-opacity)); -} - .p-2 { padding: 0.5rem; } @@ -1269,6 +1223,10 @@ video { padding-bottom: 0.5rem; } +.pb-12 { + padding-bottom: 3rem; +} + .pl-3 { padding-left: 0.75rem; } @@ -1277,18 +1235,6 @@ video { padding-right: 1rem; } -.pb-4 { - padding-bottom: 1rem; -} - -.pb-8 { - padding-bottom: 2rem; -} - -.pb-12 { - padding-bottom: 3rem; -} - .text-center { text-align: center; } @@ -1312,24 +1258,14 @@ video { font-weight: 500; } -.text-gray-500 { - --tw-text-opacity: 1; - color: rgb(107 114 128 / var(--tw-text-opacity)); -} - -.text-white { - --tw-text-opacity: 1; - color: rgb(255 255 255 / var(--tw-text-opacity)); -} - .text-gmu-green { --tw-text-opacity: 1; color: rgb(0 102 51 / var(--tw-text-opacity)); } -.text-gray-400 { +.text-gray-500 { --tw-text-opacity: 1; - color: rgb(156 163 175 / var(--tw-text-opacity)); + color: rgb(107 114 128 / var(--tw-text-opacity)); } .shadow { @@ -1460,6 +1396,10 @@ a.nav-element:hover { width: 100%; } +div.three-dimensions-card h2 { + margin-top: .5em; +} + @media (prefers-color-scheme: dark) { .dark\:prose-invert { --tw-prose-body: var(--tw-prose-invert-body); @@ -1484,253 +1424,6 @@ a.nav-element:hover { } @media (min-width: 640px) { - .sm\:prose-sm { - font-size: 0.875rem; - line-height: 1.7142857; - } - - .sm\:prose-sm :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - margin-top: 1.1428571em; - margin-bottom: 1.1428571em; - } - - .sm\:prose-sm :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - font-size: 1.2857143em; - line-height: 1.5555556; - margin-top: 0.8888889em; - margin-bottom: 0.8888889em; - } - - .sm\:prose-sm :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - margin-top: 1.3333333em; - margin-bottom: 1.3333333em; - padding-left: 1.1111111em; - } - - .sm\:prose-sm :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - font-size: 2.1428571em; - margin-top: 0; - margin-bottom: 0.8em; - line-height: 1.2; - } - - .sm\:prose-sm :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - font-size: 1.4285714em; - margin-top: 1.6em; - margin-bottom: 0.8em; - line-height: 1.4; - } - - .sm\:prose-sm :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - font-size: 1.2857143em; - margin-top: 1.5555556em; - margin-bottom: 0.4444444em; - line-height: 1.5555556; - } - - .sm\:prose-sm :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - margin-top: 1.4285714em; - margin-bottom: 0.5714286em; - line-height: 1.4285714; - } - - .sm\:prose-sm :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - margin-top: 1.7142857em; - margin-bottom: 1.7142857em; - } - - .sm\:prose-sm :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - margin-top: 1.7142857em; - margin-bottom: 1.7142857em; - } - - .sm\:prose-sm :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - margin-top: 0; - margin-bottom: 0; - } - - .sm\:prose-sm :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - margin-top: 1.7142857em; - margin-bottom: 1.7142857em; - } - - .sm\:prose-sm :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - font-size: 0.8571429em; - border-radius: 0.3125rem; - padding-top: 0.1428571em; - padding-right: 0.3571429em; - padding-bottom: 0.1428571em; - padding-left: 0.3571429em; - } - - .sm\:prose-sm :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - font-size: 0.8571429em; - } - - .sm\:prose-sm :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - font-size: 0.9em; - } - - .sm\:prose-sm :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - font-size: 0.8888889em; - } - - .sm\:prose-sm :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - font-size: 0.8571429em; - line-height: 1.6666667; - margin-top: 1.6666667em; - margin-bottom: 1.6666667em; - border-radius: 0.25rem; - padding-top: 0.6666667em; - padding-right: 1em; - padding-bottom: 0.6666667em; - padding-left: 1em; - } - - .sm\:prose-sm :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - margin-top: 1.1428571em; - margin-bottom: 1.1428571em; - padding-left: 1.5714286em; - } - - .sm\:prose-sm :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - margin-top: 1.1428571em; - margin-bottom: 1.1428571em; - padding-left: 1.5714286em; - } - - .sm\:prose-sm :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - margin-top: 0.2857143em; - margin-bottom: 0.2857143em; - } - - .sm\:prose-sm :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - padding-left: 0.4285714em; - } - - .sm\:prose-sm :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - padding-left: 0.4285714em; - } - - .sm\:prose-sm :where(.sm\:prose-sm > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - margin-top: 0.5714286em; - margin-bottom: 0.5714286em; - } - - .sm\:prose-sm :where(.sm\:prose-sm > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - margin-top: 1.1428571em; - } - - .sm\:prose-sm :where(.sm\:prose-sm > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - margin-bottom: 1.1428571em; - } - - .sm\:prose-sm :where(.sm\:prose-sm > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - margin-top: 1.1428571em; - } - - .sm\:prose-sm :where(.sm\:prose-sm > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - margin-bottom: 1.1428571em; - } - - .sm\:prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - margin-top: 0.5714286em; - margin-bottom: 0.5714286em; - } - - .sm\:prose-sm :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - margin-top: 1.1428571em; - margin-bottom: 1.1428571em; - } - - .sm\:prose-sm :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - margin-top: 1.1428571em; - } - - .sm\:prose-sm :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - margin-top: 0.2857143em; - padding-left: 1.5714286em; - } - - .sm\:prose-sm :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - margin-top: 2.8571429em; - margin-bottom: 2.8571429em; - } - - .sm\:prose-sm :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - margin-top: 0; - } - - .sm\:prose-sm :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - margin-top: 0; - } - - .sm\:prose-sm :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - margin-top: 0; - } - - .sm\:prose-sm :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - margin-top: 0; - } - - .sm\:prose-sm :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - font-size: 0.8571429em; - line-height: 1.5; - } - - .sm\:prose-sm :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - padding-right: 1em; - padding-bottom: 0.6666667em; - padding-left: 1em; - } - - .sm\:prose-sm :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - padding-left: 0; - } - - .sm\:prose-sm :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - padding-right: 0; - } - - .sm\:prose-sm :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - padding-top: 0.6666667em; - padding-right: 1em; - padding-bottom: 0.6666667em; - padding-left: 1em; - } - - .sm\:prose-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - padding-left: 0; - } - - .sm\:prose-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - padding-right: 0; - } - - .sm\:prose-sm :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - margin-top: 1.7142857em; - margin-bottom: 1.7142857em; - } - - .sm\:prose-sm :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - margin-top: 0; - margin-bottom: 0; - } - - .sm\:prose-sm :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - font-size: 0.8571429em; - line-height: 1.3333333; - margin-top: 0.6666667em; - } - - .sm\:prose-sm :where(.sm\:prose-sm > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - margin-top: 0; - } - - .sm\:prose-sm :where(.sm\:prose-sm > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - margin-bottom: 0; - } - .sm\:prose-lg { font-size: 1.125rem; line-height: 1.7777778; @@ -2523,11 +2216,6 @@ a.nav-element:hover { background-color: rgb(30 41 59 / var(--tw-bg-opacity)); } - .dark\:bg-gray-600 { - --tw-bg-opacity: 1; - background-color: rgb(75 85 99 / var(--tw-bg-opacity)); - } - .dark\:text-gray-400 { --tw-text-opacity: 1; color: rgb(156 163 175 / var(--tw-text-opacity)); @@ -2653,5 +2341,4 @@ a.nav-element:hover { margin-top: 2rem; margin-bottom: 2rem; } -} - +} \ No newline at end of file