Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default {};
flex-wrap: wrap;
margin-top: 20px;
width: 100%;

box-shadow: var(--appbar-shadow-color) 0 -1px 10px 3px;
.logo {
width: 100%;
margin-top: 20px;
Expand Down
2 changes: 1 addition & 1 deletion src/components/Testimonials.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ $rd = 60px;

p {
color: var(--background-color);
$font-size: 14px;
$font-size: 18px;
font-weight: 700;

~/.xs ^[1..-1], ~/.sm ^[1..-1], ~/.md ^[1..-1] {
Expand Down
4 changes: 2 additions & 2 deletions src/components/layouts/AppbarLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default {

@require '~@styles/anims';

$appbar-height = 50px;
$appbar-height = 40px;
$notch-height = 100px;
$notch-width = 320px;
$notch-color = $mine-shaft;
Expand Down Expand Up @@ -117,7 +117,7 @@ $notch-color = $mine-shaft;
.notch {
position: relative;
top: -($appbar-height);
// clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
border-radius: 0 0 20px 20px;
margin: 0 auto;
width: $notch-width;
Expand Down