Skip to content

Commit

Permalink
css changes
Browse files Browse the repository at this point in the history
  • Loading branch information
GwenTastic committed May 3, 2024
1 parent 3b69aa4 commit 91d9c49
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ title: Gwen[Tastic]'s Twee File Splitter
show_downloads: true
show_projectgit: false
owner_name: "{Gwen[♡].Tastic}"
page_version: 1.3.2
page_version: 1.3.3
app_version: 1.0.4
google_analytics: false
theme: jekyll-theme-dinky
10 changes: 5 additions & 5 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ footer {
padding-top: 0px;
}
.container {
grid-template-columns: 15% 70% 15%;
grid-template-columns: 15% 5% 60% 15%;
grid-template-rows: 10% 85% 1%;
grid-template-areas:
"heads main main changelog"
Expand All @@ -80,12 +80,12 @@ footer {
grid-area: main;
align-self: stretch;
width: auto;
max-width: 75%;
width: 80%;


left:0px;
padding-left: 0px;
padding-top: 0px;
margin-left: -50px;
margin-left: -775px;
}
footer{
display: grid;
Expand All @@ -101,7 +101,7 @@ footer {
grid-area: changelog;
align-self: stretch;
// height: 25px;
// width: 70%;
width: 300px;
// margin-left: -150px;
padding-left: 0px;
}
Expand Down

0 comments on commit 91d9c49

Please sign in to comment.