Skip to content

Commit

Permalink
Move maintitle/tagline styles to header.css, #183
Browse files Browse the repository at this point in the history
  • Loading branch information
bruvellu committed Jun 13, 2023
1 parent 488ab43 commit b3cb3c6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 34 deletions.
14 changes: 12 additions & 2 deletions meta/static/css/header.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#mainheader {
display: flex;
justify-content: space-between;
margin:0 0 2em 0;
}

#logo-container {
Expand All @@ -23,12 +24,21 @@
}

#maintitle {
margin: 0;
margin: 0;
font-weight:bold;
font-size:4.5em;
padding:0;
}

#tagline {
padding: 0 0 0 9px;
text-align: initial;
color:#666666;
font-size:1em;
text-transform:uppercase;
font-weight:lighter;
display:block;
margin:-15px 0 0 0;
}

#stats-search {
Expand Down Expand Up @@ -128,4 +138,4 @@
#stats {
font-size: .6rem;
}
}
}
32 changes: 0 additions & 32 deletions meta/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -625,38 +625,6 @@ Based on work by Jørgen Arnor Gårdsø Lom [http://twistedintellect.com/] */


/* HEADER */
#mainheader {
margin:0 0 2em 0;
}

#maintitle, #tagline {
padding:0;
font-weight:normal;
color:#222222;
}

#maintitle {
font-weight:bold;
font-size:4.5em;
margin:0 20px 0 0;
}

#tagline {
color:#666666;
font-size:1em;
text-transform:uppercase;
font-weight:lighter;
display:block;
margin:-15px 0 0 0;
padding: 0 24px 0 82px;
text-align:center;
}

#logo {
float:left;
width:75px;
margin:17px 0 0 0;
}

#admin {
padding:0 4px;
Expand Down

0 comments on commit b3cb3c6

Please sign in to comment.