fix padding and navbar font-size
This commit is contained in:
parent
6a0f9c9065
commit
2955e44564
2 changed files with 7 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
<script src="/time.js"></script>
|
||||
<title>{{ $.Title }} - Bryson Steck</title>
|
||||
</head>
|
||||
<body class="view">
|
||||
<body class="view px-3">
|
||||
<div class="container navbar">
|
||||
<span><a href="/" class="navbar-title">Bryson Steck</a> </span>
|
||||
<ul class="nav">
|
||||
|
|
|
@ -188,3 +188,9 @@ footer {
|
|||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media(max-width:502px) {
|
||||
.navbar-item {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue