mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-02-02 04:57:35 +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 {
|
body {
|
||||||
padding-top: 50px;
|
/* padding-top: 50px; */
|
||||||
padding-bottom: 20px;
|
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 {
|
body {
|
||||||
margin-top: 70px;
|
/* margin-top: 70px; */
|
||||||
}
|
}
|
||||||
|
|
||||||
#wrapper {
|
#wrapper {
|
||||||
|
|
|
@ -469,6 +469,7 @@
|
||||||
<Content Include="ApplicationInsights.config">
|
<Content Include="ApplicationInsights.config">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
|
<Content Include="fonts\Contemporary-Regular.ttf" />
|
||||||
<None Include="Scripts\jquery-1.10.2.intellisense.js" />
|
<None Include="Scripts\jquery-1.10.2.intellisense.js" />
|
||||||
<Content Include="Scripts\highlight.js" />
|
<Content Include="Scripts\highlight.js" />
|
||||||
<Content Include="Scripts\jquery-1.10.2.js" />
|
<Content Include="Scripts\jquery-1.10.2.js" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue