Skip to content
This repository has been archived by the owner on Apr 27, 2022. It is now read-only.

Commit

Permalink
Perbaiki widget yang melebar
Browse files Browse the repository at this point in the history
  • Loading branch information
dikisiswanto committed Apr 3, 2019
1 parent cbc3747 commit 1b02f71
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions assets/css/style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
Style : Frontend web theme OpenSID
Version : 1.2
Version : 1.2.3
Author : Diki Siswanto
**/
Expand Down Expand Up @@ -804,8 +804,8 @@ aside {
padding-left: 0 !important;
}
aside .widget {
display: grid;
grid-auto-columns: 1;
max-width: 100%;
overflow: hidden;
width: 100%;
}
aside .widget .box {
Expand Down Expand Up @@ -838,6 +838,9 @@ aside .widget .box h3.box-title:before {
border-right: 6px solid #023535;
border-top: 6px solid #023535;
}
aside .widget .box iframe {
width: 100% !important;
}
form#search {
margin: -12px -15px;
}
Expand Down
Loading

0 comments on commit 1b02f71

Please sign in to comment.