File tree Expand file tree Collapse file tree 2 files changed +14
-6
lines changed
Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 1717 {{ partial "site-nav.html" }}
1818 </ div >
1919
20- < div class ="main-content col-lg-9 col-xl-6 px-5 py-4 " id ="mainContent ">
20+ < div class ="main-content col-lg-9 col-xl-6 px-lg-5 px-3 py-4 " id ="mainContent ">
2121 < div class ="main-content ">
2222 {{ .Content }}
2323 </ div >
Original file line number Diff line number Diff line change 5858
5959 /* Main content style */
6060 .tips , .notes , .warning {
61- padding : 15 px 20px ;
62- border : 1 px solid white ;
63- background-color : rgb ( 45 , 31 , 58 ) ;
64- margin-bottom : 2 % ;
61+ padding : 10 px 20px ;
62+ margin-bottom : 3 % ;
63+ margin-top : 3 % ;
64+ background-color : rgb ( 33 , 37 , 41 ) ;
6565 }
6666
6767 .tips {
68- border-radius : 30px ;
68+ border-left : 3px solid greenyellow;
69+ }
70+
71+ .notes {
72+ border-left : 3px solid # 3b82f6 ;
73+ }
74+
75+ .warning {
76+ border-left : 3px solid orange;
6977 }
7078
7179 .btn-dark {
You can’t perform that action at this time.
0 commit comments