Skip to content

Commit

Permalink
header spacing for small screens and case study content title
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonWingerAir committed Dec 31, 2023
1 parent 71c5dd6 commit ea1ddcc
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pages/about.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<section class="grid md:grid-cols-2 mb-3 md:mb-5">
<section class="grid md:grid-cols-2 mb-4 md:mb-5">
<h1 class="text-3xl md:text-5xl mt-10 md:mt-14 mb-4">
🖱️ Website Dev /
<span class="font-semibold">About</span>
Expand Down
2 changes: 1 addition & 1 deletion pages/blog/[...slug].vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<section class="mb-7">
<section class="mb-8 md:mb-7">
<h1 class="text-3xl md:text-5xl mt-10 md:mt-14 mb-6">
🖱️ Website Dev /
<span class="font-semibold">Blog</span>
Expand Down
2 changes: 1 addition & 1 deletion pages/blog/index.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<section class="mb-7">
<section class="mb-8 md:mb-7">
<h1 class="text-3xl md:text-5xl mt-10 md:mt-14 mb-6">
🖱️ Website Dev /
<span class="font-semibold">Blog</span>
Expand Down
4 changes: 2 additions & 2 deletions pages/case-studies.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<section class="mb-7">
<section class="mb-8 md:mb-7">
<h1 class="text-3xl md:text-5xl mt-10 md:mt-14 mb-6">
🖱️ Website Dev /
<span class="font-semibold">Studies</span>
Expand All @@ -9,7 +9,7 @@

<section class="mb-8 transparent-bg p-8">
<h2 class="text-2xl md:text-3xl font-semibold mb-4">
Case Studies | Under Construction 🚧
Case Study
</h2>

<p class="text-lg mb-7">
Expand Down
2 changes: 1 addition & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<section class="grid md:grid-cols-2 mb-3 md:mb-5">
<section class="grid md:grid-cols-2 mb-4 md:mb-5">
<h1 class="text-3xl md:text-5xl mt-10 md:mt-14 mb-4">
🖱️ Website Dev /
<span class="font-semibold">Home</span>
Expand Down
2 changes: 1 addition & 1 deletion pages/projects.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<section class="grid md:grid-cols-2 mb-3 md:mb-5">
<section class="grid md:grid-cols-2 mb-4 md:mb-5">
<h1 class="text-3xl md:text-5xl mt-10 md:mt-14 mb-4">
🖱️ Website Dev /
<span class="font-semibold">Projects</span>
Expand Down

0 comments on commit ea1ddcc

Please sign in to comment.