1
0
mirror of https://gitlab.com/redline-racing-division/redline-racing-website.git synced 2025-09-12 08:35:14 +00:00

updated logo

This commit is contained in:
2019-09-25 22:19:29 -07:00
parent 941de17207
commit 75cbb9a6a8
3 changed files with 4 additions and 17 deletions

View File

@@ -3474,7 +3474,7 @@ body.is-menu-visible #menu .inner {
/* Banner */ /* Banner */
#banner { #banner {
padding: 10em 0 4.75em 0; /* padding: 10em 0 4.75em 0; */
} }
#banner .inner { #banner .inner {
@@ -3493,6 +3493,7 @@ body.is-menu-visible #menu .inner {
transform: translateY(0); transform: translateY(0);
opacity: 1; opacity: 1;
margin: 0 0 0em 0; margin: 0 0 0em 0;
text-align: center;
} }
#banner .logo .icon { #banner .logo .icon {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 33 KiB

View File

@@ -17,10 +17,6 @@
<noscript> <noscript>
<link rel="stylesheet" href="assets/css/noscript.css" <link rel="stylesheet" href="assets/css/noscript.css"
/></noscript> /></noscript>
<link
href="https://fonts.googleapis.com/css?family=Exo:700|Lato:700&display=swap"
rel="stylesheet"
/>
</head> </head>
<body class="is-preload"> <body class="is-preload">
@@ -58,18 +54,8 @@
<section id="banner"> <section id="banner">
<div class="inner"> <div class="inner">
<div class="logo"> <div class="logo">
<img src="./images/redline.webp" style="width: 30%" /> <img src="./images/4.png" style="width: 80%;" alt="Redline Racing Division - Formula SAE" />
</div>
<h2>
Redline Racing Division
</h2>
<h1
style="font-family: 'Lato', sans-serif;
"
>
Student Run Formula SAE Team
</h1>
</div>
</section> </section>
<!-- Wrapper --> <!-- Wrapper -->