File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 44
55body {
66 padding-top : 4.5rem ;
7- padding-left : .5 rem ;
8- padding-right : .5 rem ;
7+ padding-left : 1 rem ;
8+ padding-right : 1 rem ;
99 padding-bottom : 3rem ;
1010 color : # 5a5a5a ;
1111 background-color : rgb (245 , 245 , 245 );
Original file line number Diff line number Diff line change 99
1010 <title >Python Docs Translation Dashboard</title >
1111
12- <link href =" https://maxcdn.bootstrapcdn.com/bootstrap/4.0 .0/css/bootstrap.min.css" rel =" stylesheet" >
12+ <link href =" https://maxcdn.bootstrapcdn.com/bootstrap/4.2 .0/css/bootstrap.min.css" rel =" stylesheet" >
1313 <link href =" style.css" rel =" stylesheet" >
1414</head >
1515
1616<body >
1717 <header >
1818 <nav class =" navbar navbar-expand-md fixed-top" >
19+
1920 <div class =" navbar-brand" >
2021 <a href =" ./" style =" all : unset ; cursor : pointer ;" >
2122 <img src =" logo.png" style =" height : 2rem ;" alt =" Translation dashboard" >
2223 <span style =" font-size : 1.25rem ; font-weight : bold ;" >Docs Translation Dashboard</span >
2324 </a >
2425 </div >
2526
27+ <div class =" navbar-light bg-light" >
28+ <button class =" navbar-toggler" type =" button" data-toggle =" collapse" data-target =" #navbarNavDropdown" aria-controls =" navbarNavDropdown" aria-expanded =" false" aria-label =" Toggle navigation" >
29+ <span class =" navbar-toggler-icon" ></span >
30+ </button >
31+ </div >
32+
2633 <div class =" collapse navbar-collapse" id =" navbarNavDropdown" >
2734 <ul class =" navbar-nav mr-auto" >
2835 <li class =" nav-item" >
4653
4754</body >
4855
56+ <script src =" https://code.jquery.com/jquery-3.2.1.slim.min.js"
57+ integrity =" sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
58+ crossorigin =" anonymous" >
59+ </script >
4960<script src =" https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" ></script >
5061
5162</html >
You can’t perform that action at this time.
0 commit comments