Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
taufik-nurrohman committed Mar 21, 2024
1 parent f1057c5 commit 0921398
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .factory/index.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,10 @@ body {
}
p {
margin: 0;
&:only-child {
flex: 1;
text-align: right;
}
}
}
> header {
Expand Down Expand Up @@ -556,6 +560,10 @@ body {
display: block;
font-weight: bold;
padding: 0 1.15rem;
&:focus,
&:hover {
text-decoration: none;
}
}
}
}
Expand Down
10 changes: 10 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -731,6 +731,10 @@ body > div > footer [role=link]:hover:visited {
body > div > footer p {
margin: 0;
}
body > div > footer p:only-child {
flex: 1;
text-align: right;
}
body > div > header {
background: var(--fill-1) linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0)) repeat-x 0 0;
background-size: 50px 50px;
Expand Down Expand Up @@ -793,6 +797,12 @@ body > div > nav > ul > li > [role=link] {
font-weight: bold;
padding: 0 1.15rem;
}
body > div > nav > ul > li > a:focus,
body > div > nav > ul > li > [role=link]:focus,
body > div > nav > ul > li > a:hover,
body > div > nav > ul > li > [role=link]:hover {
text-decoration: none;
}
body > div > header + div,
body > div > nav + div {
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion index.min.css

Large diffs are not rendered by default.

Binary file modified index.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified index/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified index/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified index/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified index/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified index/5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions index/panel.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
'value' => $state->routeBlog
];
$_['lot']['desk']['lot']['form']['lot'][1]['lot']['tabs']['lot']['blog']['lot']['fields']['lot']['skin'] = [
'flex' => false,
'lot' => [
'do' => 'Daughter of Moto',
'mr' => 'Mr. Moto',
Expand Down

0 comments on commit 0921398

Please sign in to comment.