CSS reorganization started to streamline elements on generated pages
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
padding: 10px 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user