Mobile changes:
- Header layout fixed - Improved markup for better click region of header - reduced width of search input on mobile
This commit is contained in:
parent
f17511dccd
commit
980f2e14d7
4 changed files with 17 additions and 8 deletions
10
resources/sass/_layout-main.scss
vendored
10
resources/sass/_layout-main.scss
vendored
|
@ -9,8 +9,8 @@ body {
|
|||
justify-content: center;
|
||||
|
||||
h1 {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
nav {
|
||||
|
@ -84,6 +84,12 @@ footer {
|
|||
align-items: center;
|
||||
margin-top: 1.5rem;
|
||||
|
||||
input {
|
||||
@media screen and (max-width: 699px) {
|
||||
max-width: 95vw;
|
||||
}
|
||||
}
|
||||
|
||||
.iwc-logo {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
|
|
@ -24,9 +24,9 @@
|
|||
</head>
|
||||
<body>
|
||||
<header id="top-header">
|
||||
<a rel="author" href="/">
|
||||
<h1>{{ config('app.display_name') }}</h1>
|
||||
</a>
|
||||
<h1>
|
||||
<a rel="author" href="/">{{ config('app.display_name') }}</a>
|
||||
</h1>
|
||||
<nav>
|
||||
<a href="/">All</a>
|
||||
<a href="/notes">Notes</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue