Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8b597b7a61 | |||
| 66dddbcf78 | |||
|
|
20608c44bf |
@@ -263,7 +263,7 @@ body {
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding-bottom: 15px;
|
padding-bottom: 25px;
|
||||||
border-bottom: 1px solid #555;
|
border-bottom: 1px solid #555;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -284,7 +284,7 @@ body {
|
|||||||
|
|
||||||
.social-icons {
|
.social-icons {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 15px;
|
gap: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.social-icons a {
|
.social-icons a {
|
||||||
@@ -301,11 +301,11 @@ body {
|
|||||||
color: #ee80ee;
|
color: #ee80ee;
|
||||||
}
|
}
|
||||||
|
|
||||||
.social-icon {
|
.social-icons {
|
||||||
width: 24px;
|
display: flex;
|
||||||
height: 24px;
|
gap: 20px;
|
||||||
border-radius: 4px;
|
align-items: center;
|
||||||
border: 1px solid #ee80ee;
|
padding-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
small {
|
small {
|
||||||
@@ -354,7 +354,7 @@ small {
|
|||||||
padding: 8px 15px;
|
padding: 8px 15px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
min-width: 80px;
|
min-width: 130px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.menu-container {
|
.menu-container {
|
||||||
@@ -417,23 +417,26 @@ small {
|
|||||||
}
|
}
|
||||||
.footer-content {
|
.footer-content {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 15px;
|
gap: 5px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
|
padding-bottom: 20px;
|
||||||
}
|
}
|
||||||
.contact-info address {
|
.contact-info address {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
.social-icons a {
|
.social-icons a {
|
||||||
font-size: 14px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
.social-icon {
|
.social-icon {
|
||||||
width: 20px;
|
width: 20px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Планшеты (601px - 1024px) */
|
/* Планшеты (601px - 1024px) */
|
||||||
@media (min-width: 601px) and (max-width: 1024px) {
|
@media (min-width: 601px) and (max-width: 1024px) {
|
||||||
.site-header {
|
.site-header {
|
||||||
@@ -466,6 +469,7 @@ small {
|
|||||||
.button {
|
.button {
|
||||||
padding: 8px 15px;
|
padding: 8px 15px;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
|
min-width: 110px;
|
||||||
}
|
}
|
||||||
.menu-container {
|
.menu-container {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
@@ -519,6 +523,7 @@ small {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 0 15px;
|
padding: 0 15px;
|
||||||
|
padding-bottom: 20px;
|
||||||
}
|
}
|
||||||
.contact-info address {
|
.contact-info address {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
|
|||||||
BIN
src/photo.png
Normal file
BIN
src/photo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 165 KiB |
BIN
src/telegram.png
BIN
src/telegram.png
Binary file not shown.
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 71 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 14 KiB |
BIN
Отчет 3 лабы.docx
Normal file
BIN
Отчет 3 лабы.docx
Normal file
Binary file not shown.
BIN
Отчет 3 лабы_Измененый.docx
Normal file
BIN
Отчет 3 лабы_Измененый.docx
Normal file
Binary file not shown.
Reference in New Issue
Block a user