mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-22 17:22:15 +00:00
Fix body padding
This commit is contained in:
parent
a06432ed0e
commit
859958a532
3 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
body {
|
||||
padding-top: 50px;
|
||||
/* padding-top: 50px; */
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
|
|
2
Project-Unite/Content/bootstrap-theme.css
vendored
2
Project-Unite/Content/bootstrap-theme.css
vendored
|
@ -5882,7 +5882,7 @@ legend {
|
|||
|
||||
|
||||
body {
|
||||
margin-top: 70px;
|
||||
/* margin-top: 70px; */
|
||||
}
|
||||
|
||||
#wrapper {
|
||||
|
|
|
@ -469,6 +469,7 @@
|
|||
<Content Include="ApplicationInsights.config">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="fonts\Contemporary-Regular.ttf" />
|
||||
<None Include="Scripts\jquery-1.10.2.intellisense.js" />
|
||||
<Content Include="Scripts\highlight.js" />
|
||||
<Content Include="Scripts\jquery-1.10.2.js" />
|
||||
|
|
Loading…
Reference in a new issue