Browse Source

final update

graphics
Cailean Finn 1 month ago
parent
commit
ea9962dbe0
  1. 11
      public/css/styles.css

11
public/css/styles.css

@ -177,6 +177,12 @@ hr {
overflow-y: scroll; overflow-y: scroll;
box-sizing: border-box; /* Include padding in the height calculation */ box-sizing: border-box; /* Include padding in the height calculation */
flex: 1; flex: 1;
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
#main-container::-webkit-scrollbar{
display: none;
} }
#index-container { #index-container {
@ -426,7 +432,8 @@ hr {
font-size: 18px; font-size: 18px;
font-family: 'Inter', sans-serif; font-family: 'Inter', sans-serif;
line-height: 25px; line-height: 25px;
font-style: italic;
font-weight: 300;
} }
#page-header { #page-header {
@ -515,6 +522,8 @@ hr {
padding-top: 50px; padding-top: 50px;
padding-bottom: 50px; padding-bottom: 50px;
overflow-y: scroll; overflow-y: scroll;
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
} }
#article-text::-webkit-scrollbar { #article-text::-webkit-scrollbar {

Loading…
Cancel
Save