mirror of
https://github.com/sheptikhinv/timers.git
synced 2026-02-07 07:41:36 +05:00
parent
e79c373e2d
commit
7119916b89
2 changed files with 4 additions and 54 deletions
|
|
@ -31,7 +31,6 @@
|
||||||
border-color: #DCC3F8;
|
border-color: #DCC3F8;
|
||||||
border-width: 0.8rem;
|
border-width: 0.8rem;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
margin: 0 auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.clock_text {
|
.clock_text {
|
||||||
|
|
@ -55,22 +54,6 @@
|
||||||
gap: 1.6rem;
|
gap: 1.6rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
|
||||||
.timer_container {
|
|
||||||
width: 100%;
|
|
||||||
max-width: 350px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.clock {
|
|
||||||
width: 22rem;
|
|
||||||
height: 22rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.clock_text {
|
|
||||||
font-size: 3.5rem;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.dates_item {
|
.dates_item {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
|
||||||
|
|
@ -13,41 +13,8 @@ body, html {
|
||||||
gap: 1.6rem;
|
gap: 1.6rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mobile_row {
|
|
||||||
display: flex;
|
|
||||||
gap: 1.6rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
|
||||||
.header {
|
|
||||||
flex-direction: column;
|
|
||||||
align-items: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.header .header_item:first-child {
|
|
||||||
align-self: center;
|
|
||||||
margin: 0 auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mobile_row {
|
|
||||||
display: flex;
|
|
||||||
width: 100%;
|
|
||||||
justify-content: space-between;
|
|
||||||
align-items: center;
|
|
||||||
margin-top: 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.header .header_item:nth-child(2) {
|
.header .header_item:nth-child(2) {
|
||||||
margin-left: 0;
|
margin-left: auto;
|
||||||
}
|
|
||||||
|
|
||||||
.timers_container {
|
|
||||||
justify-content: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.title {
|
|
||||||
font-size: 3.2rem;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue