add prettier ignore and run it
This commit is contained in:
parent
0c99ea0eb7
commit
772dd65297
1
.prettierignore
Normal file
1
.prettierignore
Normal file
@ -0,0 +1 @@
|
|||||||
|
/projects
|
37
index.css
37
index.css
@ -1,6 +1,7 @@
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'univers';
|
font-family: "univers";
|
||||||
src: url('static/font-univers/UniversforUniS55Rm-Regular.ttf') format('truetype');
|
src: url("static/font-univers/UniversforUniS55Rm-Regular.ttf")
|
||||||
|
format("truetype");
|
||||||
}
|
}
|
||||||
|
|
||||||
/* @import url("https://fonts.googleapis.com/css2?family=Inter:wght@300&family=Rubik:wght@300&display=swap"); */
|
/* @import url("https://fonts.googleapis.com/css2?family=Inter:wght@300&family=Rubik:wght@300&display=swap"); */
|
||||||
@ -9,14 +10,14 @@ body {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-family: "univers";
|
font-family: "univers";
|
||||||
color:#323232;
|
color: #323232;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.top-nav {
|
.top-nav {
|
||||||
padding: 15px 20px;
|
padding: 15px 20px;
|
||||||
background-color: #323232;
|
background-color: #323232;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar {
|
.navbar {
|
||||||
@ -64,16 +65,12 @@ body {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding:17px 30px;
|
padding: 17px 30px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: black
|
color: black;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#fsfw-click #sat-click {
|
||||||
|
|
||||||
#fsfw-click
|
|
||||||
#sat-click {
|
|
||||||
background-color: #555;
|
background-color: #555;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
@ -81,7 +78,6 @@ body {
|
|||||||
.side-bar li a:hover {
|
.side-bar li a:hover {
|
||||||
background-color: #606060;
|
background-color: #606060;
|
||||||
color: white;
|
color: white;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.side-bar-container {
|
.side-bar-container {
|
||||||
@ -93,17 +89,16 @@ body {
|
|||||||
.container {
|
.container {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
margin-top:60px;
|
margin-top: 60px;
|
||||||
margin-bottom: 60px;
|
margin-bottom: 60px;
|
||||||
width : auto
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fsfw-desc {
|
.fsfw-desc {
|
||||||
margin-top:60px;
|
margin-top: 60px;
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -119,7 +114,7 @@ body {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
padding-right: 170px;
|
padding-right: 170px;
|
||||||
padding-left: 170px;
|
padding-left: 170px;
|
||||||
//transform: translateY(50px);
|
//transform: translateY(50px);
|
||||||
}
|
}
|
||||||
|
|
||||||
#fsfw-content img {
|
#fsfw-content img {
|
||||||
@ -156,11 +151,10 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.img-container {
|
.img-container {
|
||||||
|
width: 100%;
|
||||||
width: 100%;
|
display: flex;
|
||||||
display: flex;
|
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.develop li,
|
.develop li,
|
||||||
@ -238,7 +232,6 @@ body {
|
|||||||
bottom: 0;
|
bottom: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer li {
|
.footer li {
|
||||||
|
Reference in New Issue
Block a user