Commit 378ba881 by Ngô Trung Hưng

fix something

parent e31804c7
Pipeline #906 failed with stages
in 0 seconds
...@@ -617,8 +617,10 @@ $main-color: #23303D; ...@@ -617,8 +617,10 @@ $main-color: #23303D;
transform: scale(1.2); transform: scale(1.2);
font-weight: 500; font-weight: 500;
} }
.content_menu_mobile {
height: 180vh;
width: 100%;
}
} }
@media only screen and (max-width: 660px) { @media only screen and (max-width: 660px) {
.slogan_text { .slogan_text {
...@@ -1422,20 +1424,21 @@ $main-color: #23303D; ...@@ -1422,20 +1424,21 @@ $main-color: #23303D;
ul { ul {
list-style: none; list-style: none;
display: flex; display: flex;
padding-left: 0px;
} }
li { li {
margin: 5px 15px; margin: 5px 20px 5px 0px;
&:nth-child(2) { &:nth-child(1) {
a { a {
color: red; color: red;
} }
} }
&:nth-child(3) { &:nth-child(2) {
a { a {
color: rgb(101, 73, 226); color: rgb(101, 73, 226);
} }
} }
&:nth-child(4) { &:nth-child(3) {
a { a {
color: rgb(25, 110, 238); color: rgb(25, 110, 238);
} }
......
...@@ -9,9 +9,6 @@ ...@@ -9,9 +9,6 @@
<div class="list_email_app"> <div class="list_email_app">
<ul> <ul>
<li> <li>
<span><%= t('pages.mypage.you_are_using') %></span>
</li>
<li>
<a href="https://mail.google.com/" target="_blank"><i class="fas fa-inbox"></i> Gmail</a> <a href="https://mail.google.com/" target="_blank"><i class="fas fa-inbox"></i> Gmail</a>
</li> </li>
<li> <li>
......
en: en:
errors:
messages:
max_size_error: 'File size should be less than 5 MB'
carrierwave_download_error: "Couldn't download CV."
extension_whitelist_error: "You are not allowed to upload %{extension} files, allowed types: %{allowed_types}"
extension_blacklist_error: "You are not allowed to upload %{extension} files, prohibited types: %{prohibited_types}"
title: title:
home: 'Home' home: 'Home'
pages: pages:
......
vi: vi:
errors:
messages:
max_size_error: 'Kích thước tệp phải nhỏ hơn 5 MB'
carrierwave_download_error: "Couldn't download image."
extension_whitelist_error: "Bạn không được phép tải lên tệp %{extension}, loại tệp được phép: %{allowed_types}"
extension_blacklist_error: "Bạn không được phép tải lên tệp %{extension}, loại tệp bị cấm: %{prohibited_types}"
title: title:
home: 'Trang chủ' home: 'Trang chủ'
pages: pages:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment