Skip to content

Commit

Permalink
adjust bg blur
Browse files Browse the repository at this point in the history
  • Loading branch information
huiua committed Dec 3, 2023
1 parent ecd4c7b commit a7dcdec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<main class="overscroll-none" style="background-image: url(https://mediaproduction.adelaide.edu.au/aboriginal-cultural-timeline/images/bg_arch.png); background-attachment: fixed; background-repeat: no-repeat; background-size: cover;">
<div class="px-28 bg-white bg-opacity-80 pb-4 backdrop-blur-sm">
<div class="px-28 bg-white bg-opacity-70 pb-4 backdrop-blur-[2px]">
<div class="snap-end">
<div class="flex justify-center text-center pt-3">
<h2 class="max-w-[500px] my-6">{{ TITLE }}</h2>
Expand Down

0 comments on commit a7dcdec

Please sign in to comment.