Skip to content

Commit

Permalink
fixed styles again
Browse files Browse the repository at this point in the history
  • Loading branch information
Andcool-Systems committed Aug 31, 2024
1 parent 6dcc445 commit 4eb355e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/app/root_client.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"use client";

import Image from "next/image";
import Header from "./modules/components/header.module";
import React, { useState } from "react";
import Style from "./styles/root/page.module.css";
Expand Down
2 changes: 1 addition & 1 deletion src/app/styles/paginator.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

.page:hover {
background-color: var(--main-card-color);
box-shadow: #1d2025 0px 0px 5px 0px;
}

@media(max-width: 767px) {
Expand All @@ -36,5 +35,6 @@
.arrow {
width: 1.5rem !important;
height: auto;
padding: .5rem !important;
}
}

0 comments on commit 4eb355e

Please sign in to comment.