CSS reorganization started to streamline elements on generated pages

This commit is contained in:
Lucas Patenaude
2024-04-16 13:48:57 -06:00
parent c5336b6bae
commit f7cc426358
8 changed files with 12 additions and 8 deletions

View File

@@ -2,6 +2,7 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
width: 100%; width: 100%;
padding: 10px 100px;
} }
/* /*

View File

@@ -23,15 +23,18 @@
<!-- Home Page Stylesheets --> <!-- Home Page Stylesheets -->
<link rel="stylesheet" type="text/css" href="/css/homepage/homepage.css"> <link rel="stylesheet" type="text/css" href="/css/homepage/homepage.css">
<!-- League Page Stylesheets --> <!-- All Generated Pages CSS -->
<link rel="stylesheet" type="text/css" href="/css/league-pages/league-page.css"> <link rel="stylesheet" type="text/css" href="/css/generated-pages/card-styling.css">
<link rel="stylesheet" type="text/css" href="/css/league-pages/league-table.css">
<link rel="stylesheet" type="text/css" href="/css/league-pages/league-top-scorers.css">
<!-- Club Page Stylesheets --> <!-- League Page Stylesheets -->
<link rel="stylesheet" type="text/css" href="/css/club-pages/club-page.css"> <link rel="stylesheet" type="text/css" href="/css/generated-pages/league-pages/league-page.css">
<link rel="stylesheet" type="text/css" href="/css/club-pages/club-players-and-stats-card.css"> <link rel="stylesheet" type="text/css" href="/css/generated-pages/league-pages/league-table.css">
<link rel="stylesheet" type="text/css" href="/css/club-pages/club-information-card.css"> <link rel="stylesheet" type="text/css" href="/css/generated-pages/league-pages/league-top-scorers.css">
<!-- Club Page Stylesheets -->
<link rel="stylesheet" type="text/css" href="/css/generated-pages/club-pages/club-page.css">
<link rel="stylesheet" type="text/css" href="/css/generated-pages/club-pages/club-players-and-stats-card.css">
<link rel="stylesheet" type="text/css" href="/css/generated-pages/club-pages/club-information-card.css">
<title>Group 6 Final Project</title> <title>Group 6 Final Project</title>