Skip to content

Commit b6d290c

Browse files
authored
updated again
1 parent 7425f9d commit b6d290c

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

pages/blogs/style.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@ body {
7272

7373
.navbar {
7474
position: fixed; /* position: fixed makes this always on screen */
75-
height: 20px; /* height sets the height */
75+
height: 19px; /* height sets the height */
7676
top: 0; /* top sets the top position */
7777
width: 100%; /* width: 100% makes this fill the screen */
7878
background-color: rgb(137, 3, 3); /* Background-Color sets the background color of an element */
7979
background: linear-gradient(rgb(191 1 1),rgb(113 8 8)); /* Background can also set the background color of an element, but can do way more. I use it here for just in case browser don't support linear-gradient */
80-
/* padding: 10px; /* Padding is the area inside of the box that is padded */
80+
padding: 10px; /* Padding is the area inside of the box that is padded */
8181
box-shadow: 0 0 15px 0 rgb(0 0 0); /* box-shadow makes a drop shadow. confusing */
8282
display: table-cell; /* Changes the way how elemnts are organised */
8383
}

pages/mods/style.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@ body {
7272

7373
.navbar {
7474
position: fixed; /* position: fixed makes this always on screen */
75-
height: 20px; /* height sets the height */
75+
height: 19px; /* height sets the height */
7676
top: 0; /* top sets the top position */
7777
width: 100%; /* width: 100% makes this fill the screen */
7878
background-color: rgb(137, 3, 3); /* Background-Color sets the background color of an element */
7979
background: linear-gradient(rgb(191 1 1),rgb(113 8 8)); /* Background can also set the background color of an element, but can do way more. I use it here for just in case browser don't support linear-gradient */
80-
/* padding: 10px; /* Padding is the area inside of the box that is padded */
80+
padding: 10px; /* Padding is the area inside of the box that is padded */
8181
box-shadow: 0 0 15px 0 rgb(0 0 0); /* box-shadow makes a drop shadow. confusing */
8282
display: table-cell; /* Changes the way how elemnts are organised */
8383
}

pages/tabs/style.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ body {
7373

7474
.navbar {
7575
position: fixed; /* position: fixed makes this always on screen */
76-
height: 20px; /* height sets the height */
76+
height: 19px; /* height sets the height */
7777
top: 0; /* top sets the top position */
7878
width: 100%; /* width: 100% makes this fill the screen */
7979
background-color: rgb(137, 3, 3); /* Background-Color sets the background color of an element */
8080
background: linear-gradient(rgb(191 1 1),rgb(113 8 8)); /* Background can also set the background color of an element, but can do way more. I use it here for just in case browser don't support linear-gradient */
81-
/* padding: 10px; /* Padding is the area inside of the box that is padded */
81+
padding: 10px; /* Padding is the area inside of the box that is padded */
8282
box-shadow: 0 0 15px 0 rgb(0 0 0); /* box-shadow makes a drop shadow. confusing */
8383
display: table-cell; /* Changes the way how elemnts are organised */
8484
}

style.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ body {
7373

7474
.navbar {
7575
position: fixed; /* position: fixed makes this always on screen */
76-
height: 20px; /* height sets the height */
76+
height: 19px; /* height sets the height */
7777
top: 0; /* top sets the top position */
7878
width: 100%; /* width: 100% makes this fill the screen */
7979
background-color: rgb(137, 3, 3); /* Background-Color sets the background color of an element */
8080
background: linear-gradient(rgb(191 1 1),rgb(113 8 8)); /* Background can also set the background color of an element, but can do way more. I use it here for just in case browser don't support linear-gradient */
81-
/* padding: 10px; /* Padding is the area inside of the box that is padded */
81+
padding: 10px; /* Padding is the area inside of the box that is padded */
8282
box-shadow: 0 0 15px 0 rgb(0 0 0); /* box-shadow makes a drop shadow. confusing */
8383
display: table-cell; /* Changes the way how elemnts are organised */
8484
}

0 commit comments

Comments
 (0)