CSS reorganization started to streamline elements on generated pages
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
padding: 10px 100px;
|
||||
}
|
||||
|
||||
/*
|
||||
@@ -23,15 +23,18 @@
|
||||
<!-- Home Page Stylesheets -->
|
||||
<link rel="stylesheet" type="text/css" href="/css/homepage/homepage.css">
|
||||
|
||||
<!-- All Generated Pages CSS -->
|
||||
<link rel="stylesheet" type="text/css" href="/css/generated-pages/card-styling.css">
|
||||
|
||||
<!-- League Page Stylesheets -->
|
||||
<link rel="stylesheet" type="text/css" href="/css/league-pages/league-page.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">
|
||||
<link rel="stylesheet" type="text/css" href="/css/generated-pages/league-pages/league-page.css">
|
||||
<link rel="stylesheet" type="text/css" href="/css/generated-pages/league-pages/league-table.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/club-pages/club-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/club-pages/club-information-card.css">
|
||||
<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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user