mirror of
https://github.com/Team4388/ScoutingApp2022.git
synced 2026-06-09 00:38:03 -06:00
make tool bar biger slightly
This commit is contained in:
Binary file not shown.
@@ -22,7 +22,7 @@
|
|||||||
work correctly both with client-side routing and a non-root public URL.
|
work correctly both with client-side routing and a non-root public URL.
|
||||||
Learn how to configure a non-root public URL by running `npm run build`.
|
Learn how to configure a non-root public URL by running `npm run build`.
|
||||||
-->
|
-->
|
||||||
<title>Scouting🔭</title>
|
<title>Scouting 2022</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
import React from 'react'
|
import React from 'react'
|
||||||
import "./WelcomePage.css";
|
import "./WelcomePage.css";
|
||||||
|
import "../App.css";
|
||||||
const WelcomePage = () => {
|
const WelcomePage = () => {
|
||||||
return (
|
return (
|
||||||
<div class='center'>
|
<div align="center" class = "headerwithfont">
|
||||||
<h1>Welcome to Ridgebotics Scouting Web Application 2022</h1>
|
<h1>Welcome to Ridgebotics Scouting Web Application 2022</h1>
|
||||||
<img src = "/WelcomePageImage.webp"/>
|
<img src = "/WelcomePageImage.webp"/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
.toolbar_logo a {
|
.toolbar_logo a {
|
||||||
color: white;
|
color: white;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-size: 1.5rem;
|
font-size: 2.0rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.toolbar_spacer {
|
.toolbar_spacer {
|
||||||
@@ -42,6 +42,7 @@
|
|||||||
.toolbar_items a {
|
.toolbar_items a {
|
||||||
color: white;
|
color: white;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
font-size: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.toolbar_items a:hover,
|
.toolbar_items a:hover,
|
||||||
|
|||||||
Reference in New Issue
Block a user