Struggling to make website mobile-friendly
This commit is contained in:
@ -16,17 +16,20 @@
|
||||
<!-- Bootstrap CSS and own CSS and AJAX -->
|
||||
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
|
||||
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
|
||||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="/static/home/css/style.css">
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div class="navview">
|
||||
<nav class="navbar navbar-expand-lg bg-success">
|
||||
<a style="color: white; font-size: 200%;" class="navbar-brand mb-0 h1" href="/"> reValuate | </a>
|
||||
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
||||
<ul class="navbar-nav">
|
||||
<nav class="navbar navbar-expand-lg bg-success">
|
||||
|
||||
<a style="color: white; font-size: 200%;" class="navbar-brand mb-0 h1" href="/"> reValuate </a>
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#target" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<i class="fas fa-bars" style="color:#000; font-size:28px;"></i>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="target">
|
||||
<ul class="navbar-nav mr-auto">
|
||||
<li class="nav-item d-none d-md-block" >
|
||||
|
||||
{% if user.is_authenticated %}
|
||||
|
Reference in New Issue
Block a user