mirror of
https://github.com/quantum5/correcthorsebatterystaple.git
synced 2025-04-24 10:11:57 -04:00
Hide "staple" only when absolutely necessary
This commit is contained in:
parent
c4f05c5b48
commit
e8ed9a64e9
|
@ -38,3 +38,9 @@ body {
|
|||
color: $body-color;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 360px) {
|
||||
.staple {
|
||||
display: none;
|
||||
}
|
||||
}
|
|
@ -9,7 +9,7 @@
|
|||
<body data-spy="scroll" data-target="nav" data-offset="72">
|
||||
<nav class="navbar navbar-expand-lg navbar-light bg-light fixed-top">
|
||||
<div class="container">
|
||||
<a class="navbar-brand" href="#">Correct Horse Battery <span class="d-none d-sm-inline">Staple</span></a>
|
||||
<a class="navbar-brand" href="#">Correct Horse Battery <span class="staple">Staple</span></a>
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#nav-anchors"
|
||||
aria-controls="nav-anchors" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
|
|
Loading…
Reference in a new issue