projects
/
ryf-theme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e78bc9b
)
removed width by percentage for header div
author
Andrew Engelbrecht
<andrew@fsf.org>
Wed, 24 Jul 2019 20:59:24 +0000
(16:59 -0400)
committer
Andrew Engelbrecht
<andrew@fsf.org>
Wed, 24 Jul 2019 20:59:24 +0000
(16:59 -0400)
this caused a div in the header to be too wide for some screen sizes,
possibly because the header did not start on the left side of the page.
a width does not seem to be necessary here.
css/style.css
patch
|
blob
|
blame
|
history
diff --git
a/css/style.css
b/css/style.css
index cd05ad6d73ecdab8c6c1e08897b5920170fc5067..f498662fa82fe0f3610e4759e1c9dba714ecc7b8 100644
(file)
--- a/
css/style.css
+++ b/
css/style.css
@@
-19,7
+19,6
@@
a { transition: 0.3s; }
}
.navbar-header, #navbar-collapse {
- width: 95%;
max-width: 1150px;
padding: 0;
margin: 0 auto;