(refactor): verified viewport, added more responsive css
This commit is contained in:
parent
102da893a7
commit
a9c7bfe21c
2 changed files with 203 additions and 104 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>RideAware</title>
|
||||
<link rel="stylesheet" href="/static/css/styles.css">
|
||||
</head>
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
|
||||
</section>
|
||||
<section class="hero-section-3">
|
||||
<h2>Features</h2>
|
||||
<h2 class="hero-sec2-header">Features</h2>
|
||||
<div class="feature-cards">
|
||||
<div class="feature-card">
|
||||
<h3>Workout Planning</h3>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue