diff --git a/assets/_mq.scss b/assets/_mq.scss deleted file mode 100644 index 022bc30..0000000 --- a/assets/_mq.scss +++ /dev/null @@ -1,26 +0,0 @@ -// To enable support for browsers that do not support @media queries, -// (IE <= 8, Firefox <= 3, Opera <= 9) set $mq-responsive to false -// Create a separate stylesheet served exclusively to these browsers, -// meaning @media queries will be rasterized, relying on the cascade itself -$mq-responsive: true; - -// Name your breakpoints in a way that creates a ubiquitous language -// across team members. It will improve communication between -// stakeholders, designers, developers, and testers. -$mq-breakpoints: ( - mobile: 320px, - tablet: 740px, - desktop: 980px, - wide: 1300px, - - // Tweakpoints - mobileLandscape: 480px -); - -// If you want to display the currently active breakpoint in the top -// right corner of your site during development, add the breakpoints -// to this list, ordered by width. For example: (mobile, tablet, desktop). -$mq-show-breakpoints: (mobile, mobileLandscape, tablet, desktop, wide); - -// With webpack (and boilerplates such as create-react-app) -@import '~sass-mq'; diff --git a/assets/global.scss b/assets/global.scss index e8df5ec..db24f1e 100644 --- a/assets/global.scss +++ b/assets/global.scss @@ -1,59 +1,27 @@ -html, body, .full-width, #__nuxt, #__layout { +@import "./colors"; + +html, body, #__nuxt, #__layout { width: 100%; -} - -.full-vp-width { - width: 100vw; -} - -html, body, .full-height, #__nuxt, #__layout { height: 100%; -} - -.full-vp-height { - height: 100vh; -} - -div, section { - width: inherit; - height: inherit; + overflow-x: hidden; } body { font-family: "Raleway", sans-serif; font-size: 16px; - word-spacing: 1px; - position: relative; - - user-select: none; + background-color: $c-background; } *, -*:before, -*:after { +*::before, +*::after { box-sizing: border-box; margin: 0; -} - -.vertically-centered-container { - display: table; -} - -.vertically-centered { - display: table-cell; - vertical-align: middle; - - height: fit-content; -} - -.horizontally-centered { - margin: 0 auto; - - width: fit-content; + padding: 0; } a { - color: #25acd7; + color: $c-link; text-decoration: none; } diff --git a/components/Logo.vue b/components/CtexxxLogo.vue similarity index 80% rename from components/Logo.vue rename to components/CtexxxLogo.vue index 55b1399..bba504f 100644 --- a/components/Logo.vue +++ b/components/CtexxxLogo.vue @@ -10,36 +10,35 @@ diff --git a/components/Project.vue b/components/Project.vue deleted file mode 100644 index 9ec8407..0000000 --- a/components/Project.vue +++ /dev/null @@ -1,50 +0,0 @@ - - - - - diff --git a/components/ScrollDownArrow.vue b/components/ScrollDownArrow.vue deleted file mode 100644 index 3895af4..0000000 --- a/components/ScrollDownArrow.vue +++ /dev/null @@ -1,89 +0,0 @@ - - - - - diff --git a/components/SocialIcon.vue b/components/SocialIcon.vue index e3a1ae3..9655eae 100644 --- a/components/SocialIcon.vue +++ b/components/SocialIcon.vue @@ -1,8 +1,5 @@