Skip to content

Commit cc41da8

Browse files
isaaccloosseanmonstar
authored andcommitted
style(site): don't round banner borders (#3216)
Removing the jumbotron class solved this minor task nicely. I have discovered no regressions from this change on my: phone, ipad, laptop, or a 27" monitor. More testing to follow once the whole issue is ready for final review.
1 parent 51293f9 commit cc41da8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_layouts/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</head>
66
<body id="hyper" class="hyper-home">
77
{% include header.html %}
8-
<section class="jumbotron hyper-pageheader">
8+
<section class="hyper-pageheader">
99
<div class="container">
1010
<h1 class="hyper-logo">hyper</h1>
1111
<p>Fast and safe HTTP for the Rust language.</p>

0 commit comments

Comments
 (0)