Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/brycematheson/allegiant.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryce Matheson <brycematheson@gmail.com>2016-01-28 05:29:43 +0300
committerBryce Matheson <brycematheson@gmail.com>2016-01-28 05:29:43 +0300
commit9fd42864a96bea776432d86f57cff5392fe90a8c (patch)
treefc64fb0aa499a12258ed2a8cdaf7f37687cbcfab
parent265e3c6dd8da8328437901ae5bc2244c4d34b36f (diff)
Fixed weird text centering bug
Fixed weird bug where main heading text would shift right at 2252px wide. Most shouldn't ever have seen this issue, because few monitors are this wide, but it should now be fixed.
-rw-r--r--static/css/style.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 3a196da..acf8de3 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -403,7 +403,6 @@ footer .menu-item a:hover {
.post-heading {
height: 350px;
width: 50%;
- margin-top: -1%;
margin-left: 25%;
display: table;
z-index: 1
@@ -796,4 +795,4 @@ tr td:hover {
article p {
font-size: .95em;
}
-} \ No newline at end of file
+}