mirror of
https://github.com/DerTyp7/shop-ejs-expressjs.git
synced 2025-10-29 20:42:10 +01:00
header changes
This commit is contained in:
@@ -20,7 +20,7 @@ body {
|
||||
|
||||
/* LOGO PART */
|
||||
.headerDIVLogo {
|
||||
width: 20%;
|
||||
width: 35px;
|
||||
}
|
||||
.headerDIVLogo > img {
|
||||
float: left;
|
||||
@@ -53,12 +53,12 @@ body {
|
||||
|
||||
/* BUTTON PART */
|
||||
.headerDIVButton {
|
||||
width: 20%;
|
||||
float: right;
|
||||
}
|
||||
.headerDIVButton > button {
|
||||
.headerDIVButton button {
|
||||
height: 30px;
|
||||
float: right;
|
||||
margin-right: 10px;
|
||||
margin-right: 5px;
|
||||
height: 35px;
|
||||
border-radius: 5px;
|
||||
border: 3px solid rgb(6, 70, 107);
|
||||
@@ -92,3 +92,9 @@ body {
|
||||
background-color: #414854;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 800px) {
|
||||
.headerDIVSearch {
|
||||
|
||||
}
|
||||
}
|
||||
@@ -37,7 +37,6 @@ h1, h2{
|
||||
#content
|
||||
{
|
||||
width: 1000px;
|
||||
height:3000px;
|
||||
background-color: rgb(244, 244, 244);
|
||||
margin:auto;
|
||||
padding-top: 10px;
|
||||
@@ -236,3 +235,11 @@ textarea{
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
|
||||
@media only screen and (max-width: 1030px) {
|
||||
#content
|
||||
{
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user