make tool bar biger slightly

This commit is contained in:
Aquaticholic
2022-01-28 04:25:56 +00:00
parent 06cd2d0db9
commit 9f4e0306b4
4 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
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`.
-->
<title>Scouting🔭</title>
<title>Scouting 2022</title>
</head>
+2 -1
View File
@@ -1,8 +1,9 @@
import React from 'react'
import "./WelcomePage.css";
import "../App.css";
const WelcomePage = () => {
return (
<div class='center'>
<div align="center" class = "headerwithfont">
<h1>Welcome to Ridgebotics Scouting Web Application 2022</h1>
<img src = "/WelcomePageImage.webp"/>
</div>
@@ -21,7 +21,7 @@
.toolbar_logo a {
color: white;
text-decoration: none;
font-size: 1.5rem;
font-size: 2.0rem;
}
.toolbar_spacer {
@@ -42,6 +42,7 @@
.toolbar_items a {
color: white;
text-decoration: none;
font-size: 1.5rem;
}
.toolbar_items a:hover,