Skip to content

Commit

Permalink
Reworked adminhome css
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonturner committed Feb 16, 2020
1 parent f378462 commit 66c4d8e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 223 deletions.
221 changes: 0 additions & 221 deletions index.html

This file was deleted.

23 changes: 21 additions & 2 deletions metro_map_saver/map_saver/templates/AdminHome.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,29 @@

<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">

<link rel="stylesheet" href="{% static 'css/metromapmaker.css' %}?version=20190722">

<style>

body {
font-family: Helvetica, Arial, sans-serif;
}

#title {
color: black;
font-size: 20px;
}

.M {
background-color: black;
color: white;
padding: 1px;
margin: 1px;
}

#main-container {
margin-top: 15px;
margin-bottom: 15px;
}

h1 {
font-size: 2rem;
}
Expand Down

0 comments on commit 66c4d8e

Please sign in to comment.