Теперь на хромиумер и мозиле примерно одинаково не ужасно
This commit is contained in:
parent
6042a11d30
commit
55df0feca5
3 changed files with 4 additions and 59 deletions
|
@ -16,7 +16,7 @@
|
|||
|
||||
.about-contents {
|
||||
font-size: 30px;
|
||||
font-weight: bold;
|
||||
font-weight: lighter;
|
||||
}
|
||||
|
||||
/* Прекращение центрирования (возможно изменение предела 700px) */
|
||||
|
|
|
@ -1,56 +0,0 @@
|
|||
@import url(000style.css);
|
||||
|
||||
|
||||
.title-div {
|
||||
|
||||
}
|
||||
|
||||
.projects-container {
|
||||
box-sizing: border-box;
|
||||
width: 1320px;
|
||||
overflow-wrap: anywhere;
|
||||
font-family: "Tisa Sans Pro";
|
||||
}
|
||||
|
||||
.project-container {
|
||||
flex-flow: row wrap;
|
||||
width: 300px;
|
||||
height: 150px;
|
||||
background-color: black;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.project-container:hover {
|
||||
transform: scale(1.1);
|
||||
}
|
||||
|
||||
.projects-contents {
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
font-size: 16px;
|
||||
font-weight: lighter;
|
||||
}
|
||||
|
||||
.projects-title {
|
||||
font-size: 21px;
|
||||
font-weight: bolder;
|
||||
}
|
||||
|
||||
@media (max-width: 1330px) {
|
||||
.projects-container {
|
||||
width: 1000px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media (max-width: 1000px) {
|
||||
.projects-container {
|
||||
width: 700px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 700px) {
|
||||
.projects-container {
|
||||
width: 400px;
|
||||
}
|
||||
}
|
|
@ -18,7 +18,7 @@
|
|||
/* Стили после этого комментария редактированию НЕ ПОДЛЕЖАТ */
|
||||
|
||||
html, body {
|
||||
font-family: 'Tisa Sans Pro Light';
|
||||
font-family: 'Tisa Sans Pro Regular';
|
||||
background-color: #cdcdcd;
|
||||
margin: 0;
|
||||
height: 100%;
|
||||
|
@ -31,6 +31,7 @@ html, body {
|
|||
|
||||
h1 {
|
||||
font-size: 72px;
|
||||
font-weight: lighter;
|
||||
}
|
||||
|
||||
p, a {
|
||||
|
@ -104,7 +105,7 @@ footer {
|
|||
text-align: center;
|
||||
|
||||
font-size: 24px;
|
||||
font-weight: bold;
|
||||
font-weight: lighter;
|
||||
|
||||
pointer-events: all;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue